From ca85fadee8b996ebd42636fd68bf065a69fae057 Mon Sep 17 00:00:00 2001 From: Rajat Parashar Date: Tue, 16 May 2023 22:07:18 +0530 Subject: [PATCH] Lint fixes --- src/components/Header.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Header.js b/src/components/Header.js index efbc1529e8f9..1605231994ba 100644 --- a/src/components/Header.js +++ b/src/components/Header.js @@ -32,12 +32,12 @@ const Header = (props) => ( {_.isString(props.title) ? Boolean(props.title) && ( - - {props.title} - + + {props.title} + ) : props.title} {/* If there's no subtitle then display a fragment to avoid an empty space which moves the main title */}