about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/admin/ReportReasonSelector.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/components/admin/ReportReasonSelector.jsx')
-rw-r--r--app/javascript/mastodon/components/admin/ReportReasonSelector.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/mastodon/components/admin/ReportReasonSelector.jsx b/app/javascript/mastodon/components/admin/ReportReasonSelector.jsx
index 1f91d2517..58a861fde 100644
--- a/app/javascript/mastodon/components/admin/ReportReasonSelector.jsx
+++ b/app/javascript/mastodon/components/admin/ReportReasonSelector.jsx
@@ -84,7 +84,6 @@ class Rule extends React.PureComponent {
 
 }
 
-export default @injectIntl
 class ReportReasonSelector extends React.PureComponent {
 
   static propTypes = {
@@ -157,3 +156,5 @@ class ReportReasonSelector extends React.PureComponent {
   }
 
 }
+
+export default injectIntl(ReportReasonSelector);