From f82a5c41c402fecf83cce63bee8767e330f02818 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Fri, 12 Aug 2016 15:11:18 +0200 Subject: [PATCH] lint --- frontend/components/Layout/components/Title/Title.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/components/Layout/components/Title/Title.js b/frontend/components/Layout/components/Title/Title.js index f3ac25bcc..13a8a1273 100644 --- a/frontend/components/Layout/components/Title/Title.js +++ b/frontend/components/Layout/components/Title/Title.js @@ -26,16 +26,15 @@ class Title extends React.Component { usePlaceholder = true; } - return( + return ( { title || this.props.placeholder } ); - } -}; +} export default Title;