From 219fb317eeee47e91066b8baebcaf02ef9e0c0bf Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Sun, 23 Apr 2017 12:21:38 +0900 Subject: [PATCH] Remove unnecessary variable in ColumnLink component (#2341) Fix bug in cca41ea544fe7de3e7afdc250992a1c6e48d2a31 . --- .../components/features/ui/components/column_link.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}