about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/load_pending.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/components/load_pending.js')
-rw-r--r--app/javascript/mastodon/components/load_pending.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/components/load_pending.js b/app/javascript/mastodon/components/load_pending.js
index 7e2702403..a75259146 100644
--- a/app/javascript/mastodon/components/load_pending.js
+++ b/app/javascript/mastodon/components/load_pending.js
@@ -7,7 +7,7 @@ export default class LoadPending extends React.PureComponent {
   static propTypes = {
     onClick: PropTypes.func,
     count: PropTypes.number,
-  }
+  };
 
   render() {
     const { count } = this.props;