mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-19 09:02:43 -05:00
check bio length after trim() (#333)
This commit is contained in:
parent
b0386fbc23
commit
c6f98cfedd
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user