summaryrefslogtreecommitdiff
path: root/src/pages/my
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-23 13:19:17 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-23 13:19:17 +0700
commitccf4174e7e2e8a3f4cc35f243695f900f2172bb4 (patch)
treeeb50b42938b0944dc59b99c99706577e0feffc88 /src/pages/my
parent5a8ec23af34e300b121d7f786b9fa229029027c9 (diff)
fixc
Diffstat (limited to 'src/pages/my')
-rw-r--r--src/pages/my/profile.jsx2
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>
)
}