From f72e0556e53d35547365cbf593a5ef0660280c8f Mon Sep 17 00:00:00 2001 From: Aadhar Chandiwala Date: Tue, 15 Mar 2022 05:57:50 +0530 Subject: [PATCH] Fix - Pikachu User Image after upload covers the center content --- client/templates/Pikachu/widgets/Masthead.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/client/templates/Pikachu/widgets/Masthead.tsx b/client/templates/Pikachu/widgets/Masthead.tsx index 2a59e568..9256b5c9 100644 --- a/client/templates/Pikachu/widgets/Masthead.tsx +++ b/client/templates/Pikachu/widgets/Masthead.tsx @@ -17,9 +17,13 @@ export const MastheadSidebar: React.FC = () => { return (
{photo.visible && !isEmpty(photo.url) && ( -
- {name} -
+ {name} )}