Skip to content

Commit

Permalink
update logic
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDylann committed Sep 4, 2024
1 parent 531033a commit 9677de5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/home/sidebar/BottomTabAvatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ function BottomTabAvatar({isCreateMenuOpen = false, isSelected = false}: BottomT
isSelected={isSelected}
/>
);
}

if (emojiStatus) {
} else if (emojiStatus) {
children = (
<AvatarWithOptionalStatus
emojiStatus={emojiStatus}
Expand Down

0 comments on commit 9677de5

Please sign in to comment.