about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/load_gap.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/components/load_gap.jsx')
-rw-r--r--app/javascript/mastodon/components/load_gap.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/mastodon/components/load_gap.jsx b/app/javascript/mastodon/components/load_gap.jsx
index c50b245fc..2c91d37be 100644
--- a/app/javascript/mastodon/components/load_gap.jsx
+++ b/app/javascript/mastodon/components/load_gap.jsx
@@ -7,7 +7,6 @@ const messages = defineMessages({
   load_more: { id: 'status.load_more', defaultMessage: 'Load more' },
 });
 
-export default @injectIntl
 class LoadGap extends React.PureComponent {
 
   static propTypes = {
@@ -32,3 +31,5 @@ class LoadGap extends React.PureComponent {
   }
 
 }
+
+export default injectIntl(LoadGap);