Correct my username

This commit is contained in:
Ian Philips 2022-07-15 07:35:17 -06:00
parent 47579e8509
commit 2610f32521

View File

@ -203,7 +203,7 @@ export function UserPage(props: {
<Row className="gap-4"> <Row className="gap-4">
<FollowingButton user={user} /> <FollowingButton user={user} />
<FollowersButton user={user} /> <FollowersButton user={user} />
{currentUser?.username === 'Ian' && ( {currentUser?.username === 'ian' && (
<ReferralsButton user={user} currentUser={currentUser} /> <ReferralsButton user={user} currentUser={currentUser} />
)} )}
<GroupsButton user={user} /> <GroupsButton user={user} />