summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-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>
)
}