Skip to content

Commit 0c6afdc

Browse files
committed
Add star
1 parent 02a2148 commit 0c6afdc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

web/components/profile/profile-header.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@ export default function ProfileHeader(props: {
144144
className="sm:flex"
145145
username={user.username}
146146
/>
147-
{currentUser && (
148-
<StarButton
149-
targetProfile={profile}
150-
isStarred={starredUserIds.includes(user.id)}
151-
refresh={refreshStars}
152-
/>
153-
)}
147+
{/*{currentUser && (*/}
148+
{/* <StarButton*/}
149+
{/* targetProfile={profile}*/}
150+
{/* isStarred={starredUserIds.includes(user.id)}*/}
151+
{/* refresh={refreshStars}*/}
152+
{/* />*/}
153+
{/*)}*/}
154154
{currentUser && showMessageButton && (
155155
<SendMessageButton toUser={user} currentUser={currentUser}/>
156156
)}

0 commit comments

Comments
 (0)