mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 12:16:12 -05:00
check bio length after trim() (#333)
This commit is contained in:
@@ -117,7 +117,7 @@ const ProfilePage = (props: Props) => {
|
||||
/>
|
||||
</Flex> */}
|
||||
<ProfileOwnersButtons />
|
||||
{user.profile?.bio && (
|
||||
{user.profile?.bio && user.profile?.bio.trim().length > 0 && (
|
||||
<>
|
||||
<Divider my={6} />
|
||||
<MyContainer>
|
||||
|
||||
Reference in New Issue
Block a user