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;