Skip to content

Commit d095ca2

Browse files
committed
Remove account switcher tab
1 parent d060b0e commit d095ca2

2 files changed

Lines changed: 1 addition & 424 deletions

File tree

src/app/components/user-profile/UserHero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export function UserHero({
238238
WebkitBoxOrient: 'vertical',
239239
overflow: 'hidden',
240240
fontStyle: allowEditing && !status ? 'italic' : 'normal',
241-
opacity: allowEditing && !status ? config.opacity.Placeholder : 1
241+
opacity: allowEditing && !status ? config.opacity.Placeholder : 1,
242242
}}
243243
>
244244
{status || (allowEditing && "What's on your mind?")}

0 commit comments

Comments
 (0)