diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-23 13:19:17 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-23 13:19:17 +0700 |
| commit | ccf4174e7e2e8a3f4cc35f243695f900f2172bb4 (patch) | |
| tree | eb50b42938b0944dc59b99c99706577e0feffc88 /src/pages | |
| parent | 5a8ec23af34e300b121d7f786b9fa229029027c9 (diff) | |
fixc
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/my/profile.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/my/profile.jsx b/src/pages/my/profile.jsx index 85361f1e..8a91ea17 100644 --- a/src/pages/my/profile.jsx +++ b/src/pages/my/profile.jsx @@ -10,7 +10,7 @@ export default function Profile() { <AppLayout title='Akun Saya'> <PersonalProfile /> <Divider /> - { auth?.parentId && <CompanyProfile />} + {auth?.parentId && <CompanyProfile />} </AppLayout> ) } |
