about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/load_gap.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/components/load_gap.js')
-rw-r--r--app/javascript/mastodon/components/load_gap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/components/load_gap.js b/app/javascript/mastodon/components/load_gap.js
index a44d55d09..c50b245fc 100644
--- a/app/javascript/mastodon/components/load_gap.js
+++ b/app/javascript/mastodon/components/load_gap.js
@@ -19,7 +19,7 @@ class LoadGap extends React.PureComponent {
 
   handleClick = () => {
     this.props.onClick(this.props.maxId);
-  }
+  };
 
   render () {
     const { disabled, intl } = this.props;