From b93b27993ea07391328f47d64b4ae8482ae6f010 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Mon, 2 Jan 2017 22:33:15 +0100 Subject: [PATCH] Fix lint error --- frontend/src/component/feature/feature-list-item-component.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/component/feature/feature-list-item-component.jsx b/frontend/src/component/feature/feature-list-item-component.jsx index 61f8f4440f..0e39abf359 100644 --- a/frontend/src/component/feature/feature-list-item-component.jsx +++ b/frontend/src/component/feature/feature-list-item-component.jsx @@ -50,7 +50,8 @@ const Feature = ({ - {shorten(name, 75)} {shorten(description, 75) || ''} + {shorten(name, 75)} + {shorten(description, 75) || ''}