about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/domain.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/components/domain.js')
-rw-r--r--app/javascript/mastodon/components/domain.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/components/domain.js b/app/javascript/mastodon/components/domain.js
index 697065d87..e09fa4591 100644
--- a/app/javascript/mastodon/components/domain.js
+++ b/app/javascript/mastodon/components/domain.js
@@ -19,7 +19,7 @@ class Account extends ImmutablePureComponent {
 
   handleDomainUnblock = () => {
     this.props.onUnblockDomain(this.props.domain);
-  }
+  };
 
   render () {
     const { domain, intl } = this.props;