diff --git a/src/features/user/Profile.tsx b/src/features/user/Profile.tsx index 9749673f30..67c58c8d47 100644 --- a/src/features/user/Profile.tsx +++ b/src/features/user/Profile.tsx @@ -108,7 +108,13 @@ export default function Profile({ person }: ProfileProps) { [person, buildGeneralBrowseLink, isSelf] ); - return ; + return ( + + ); } function getCreatedDate(item: PostCommentItem): number { diff --git a/src/pages/profile/ProfileFeedItemsPage.tsx b/src/pages/profile/ProfileFeedItemsPage.tsx index 3281827092..718733f158 100644 --- a/src/pages/profile/ProfileFeedItemsPage.tsx +++ b/src/pages/profile/ProfileFeedItemsPage.tsx @@ -86,7 +86,7 @@ export default function ProfileFeedItemsPage({ - + );