mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
small changes
This commit is contained in:
parent
c4c422904e
commit
4aa48f589b
3 changed files with 65 additions and 62 deletions
|
@ -88,7 +88,7 @@ export const ProfilePage = (props: any) => {
|
|||
) ?
|
||||
"mt-4"
|
||||
: ""
|
||||
}`}
|
||||
} mb-4`}
|
||||
>
|
||||
<div className="flex flex-col gap-2">
|
||||
<ProfileUser
|
||||
|
@ -109,6 +109,7 @@ export const ProfilePage = (props: any) => {
|
|||
inst: user.inst_page || null,
|
||||
discord: user.discord_page || null,
|
||||
}}
|
||||
is_social_hidden={user.is_social_hidden}
|
||||
/>
|
||||
{authUser.token && (
|
||||
<ProfileActions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue