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} )}