There was an error while loading. Please reload this page.
1 parent 02a2148 commit 0c6afdcCopy full SHA for 0c6afdc
1 file changed
web/components/profile/profile-header.tsx
@@ -144,13 +144,13 @@ export default function ProfileHeader(props: {
144
className="sm:flex"
145
username={user.username}
146
/>
147
- {currentUser && (
148
- <StarButton
149
- targetProfile={profile}
150
- isStarred={starredUserIds.includes(user.id)}
151
- refresh={refreshStars}
152
- />
153
- )}
+ {/*{currentUser && (*/}
+ {/* <StarButton*/}
+ {/* targetProfile={profile}*/}
+ {/* isStarred={starredUserIds.includes(user.id)}*/}
+ {/* refresh={refreshStars}*/}
+ {/* />*/}
+ {/*)}*/}
154
{currentUser && showMessageButton && (
155
<SendMessageButton toUser={user} currentUser={currentUser}/>
156
)}
0 commit comments