From 0c6afdc98e66f813838f6955ab1762d90d295529 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 9 Oct 2025 15:14:38 +0200 Subject: [PATCH] Add star --- web/components/profile/profile-header.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/components/profile/profile-header.tsx b/web/components/profile/profile-header.tsx index 72e7c628..97c36eab 100644 --- a/web/components/profile/profile-header.tsx +++ b/web/components/profile/profile-header.tsx @@ -144,13 +144,13 @@ export default function ProfileHeader(props: { className="sm:flex" username={user.username} /> - {currentUser && ( - - )} + {/*{currentUser && (*/} + {/* */} + {/*)}*/} {currentUser && showMessageButton && ( )}