diff --git a/client/templates/Pikachu/widgets/Masthead.tsx b/client/templates/Pikachu/widgets/Masthead.tsx index e4046d41b..2a59e5684 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}