diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-02 13:21:25 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-02 13:21:25 +0700 |
| commit | a32fa70ab3271e94a9c2b9004f872360dcb7d1c5 (patch) | |
| tree | 9c4f277f4f8b8c57242244d8f855c94da5d8b89b /src/pages | |
| parent | 082a57a5188c594556ba76ce20182472ca9d0b5e (diff) | |
<iman> update switch account
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/my/profile.jsx | 4 |
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> )} |
