about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/hashtag_timeline/components/column_settings.js
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-11-30 19:16:32 +0100
committerGitHub <noreply@github.com>2018-11-30 19:16:32 +0100
commit3948b6fa523dc5ebc8cde32b4b8d6a055788f8fb (patch)
tree7abd6dafcecef02c35e7db1b56b2a2c171392a2d /app/javascript/mastodon/features/hashtag_timeline/components/column_settings.js
parentd0453e77dc44ec081b1642e8dd8ac9f265403962 (diff)
Remove npm-run-all dependency (#9401)
Fix #9359
Diffstat (limited to 'app/javascript/mastodon/features/hashtag_timeline/components/column_settings.js')
-rw-r--r--app/javascript/mastodon/features/hashtag_timeline/components/column_settings.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/mastodon/features/hashtag_timeline/components/column_settings.js b/app/javascript/mastodon/features/hashtag_timeline/components/column_settings.js
index 82936c838..9c9f62d82 100644
--- a/app/javascript/mastodon/features/hashtag_timeline/components/column_settings.js
+++ b/app/javascript/mastodon/features/hashtag_timeline/components/column_settings.js
@@ -5,8 +5,8 @@ import { injectIntl, FormattedMessage } from 'react-intl';
 import Toggle from 'react-toggle';
 import AsyncSelect from 'react-select/lib/Async';
 
-@injectIntl
-export default class ColumnSettings extends React.PureComponent {
+export default @injectIntl
+class ColumnSettings extends React.PureComponent {
 
   static propTypes = {
     settings: ImmutablePropTypes.map.isRequired,