From 541cfa784d1789b9cbe900d4ad04562f9ac276fe Mon Sep 17 00:00:00 2001 From: Aadhar Chandiwala Date: Mon, 14 Mar 2022 19:38:49 +0530 Subject: [PATCH] Fix-Pikachu Masthead Asymmetric Basic Details --- client/templates/Pikachu/widgets/Masthead.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/templates/Pikachu/widgets/Masthead.tsx b/client/templates/Pikachu/widgets/Masthead.tsx index e4046d41..2a59e568 100644 --- a/client/templates/Pikachu/widgets/Masthead.tsx +++ b/client/templates/Pikachu/widgets/Masthead.tsx @@ -15,7 +15,7 @@ export const MastheadSidebar: React.FC = () => { const { name, photo, email, phone, website, location, profiles } = useAppSelector((state) => state.resume.basics); return ( -
+
{photo.visible && !isEmpty(photo.url) && (
{name}