This commit is contained in:
MartinBraquet
2025-10-09 15:14:38 +02:00
parent 02a2148b3f
commit 0c6afdc98e

View File

@@ -144,13 +144,13 @@ export default function ProfileHeader(props: {
className="sm:flex"
username={user.username}
/>
{currentUser && (
<StarButton
targetProfile={profile}
isStarred={starredUserIds.includes(user.id)}
refresh={refreshStars}
/>
)}
{/*{currentUser && (*/}
{/* <StarButton*/}
{/* targetProfile={profile}*/}
{/* isStarred={starredUserIds.includes(user.id)}*/}
{/* refresh={refreshStars}*/}
{/* />*/}
{/*)}*/}
{currentUser && showMessageButton && (
<SendMessageButton toUser={user} currentUser={currentUser}/>
)}