From: Yamagishi Kazutoshi Date: Sun, 23 Apr 2017 03:21:38 +0000 (+0900) Subject: Remove unnecessary variable in ColumnLink component (#2341) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=219fb317eeee47e91066b8baebcaf02ef9e0c0bf;p=mastodon.git Remove unnecessary variable in ColumnLink component (#2341) Fix bug in cca41ea544fe7de3e7afdc250992a1c6e48d2a31 . --- diff --git a/app/assets/javascripts/components/features/ui/components/column_link.jsx b/app/assets/javascripts/components/features/ui/components/column_link.jsx index 77a9b3bd8..820e4246a 100644 --- a/app/assets/javascripts/components/features/ui/components/column_link.jsx +++ b/app/assets/javascripts/components/features/ui/components/column_link.jsx @@ -4,7 +4,7 @@ import { Link } from 'react-router'; const ColumnLink = ({ icon, text, to, href, method, hideOnMobile }) => { if (href) { return ( - + {text}