From: Rachel H Date: Sun, 9 Apr 2017 09:35:23 +0000 (-0700) Subject: Fix nonworking clear notices button (#1316) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=b1881a3d481bccfba984d42380ab2f3780bd0845;p=mastodon.git Fix nonworking clear notices button (#1316) --- diff --git a/app/assets/javascripts/components/features/notifications/components/clear_column_button.jsx b/app/assets/javascripts/components/features/notifications/components/clear_column_button.jsx index 62c3e61e0..71877fb2b 100644 --- a/app/assets/javascripts/components/features/notifications/components/clear_column_button.jsx +++ b/app/assets/javascripts/components/features/notifications/components/clear_column_button.jsx @@ -25,7 +25,7 @@ const ClearColumnButton = React.createClass({ const { intl } = this.props; return ( -
+
);