about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/account/components/account_note.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/features/account/components/account_note.jsx')
-rw-r--r--app/javascript/mastodon/features/account/components/account_note.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/account/components/account_note.jsx b/app/javascript/mastodon/features/account/components/account_note.jsx
index fdacc7583..5201ebd4d 100644
--- a/app/javascript/mastodon/features/account/components/account_note.jsx
+++ b/app/javascript/mastodon/features/account/components/account_note.jsx
@@ -43,7 +43,6 @@ class InlineAlert extends React.PureComponent {
 
 }
 
-export default @injectIntl
 class AccountNote extends ImmutablePureComponent {
 
   static propTypes = {
@@ -168,3 +167,5 @@ class AccountNote extends ImmutablePureComponent {
   }
 
 }
+
+export default injectIntl(AccountNote);