summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/my/profile.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/my/profile.jsx b/src/pages/my/profile.jsx
index f44a44f3..eaf3341c 100644
--- a/src/pages/my/profile.jsx
+++ b/src/pages/my/profile.jsx
@@ -85,7 +85,7 @@ export default function Profile() {
)}
{isChecked && (
<div>
- <SwitchAccount />
+ <SwitchAccount company_type='nonpkp' />
<Divider />
</div>
)}
@@ -122,7 +122,7 @@ export default function Profile() {
)}
{isChecked && (
<div>
- <SwitchAccount />
+ <SwitchAccount company_type='nonpkp' />
<Divider />
</div>
)}