summaryrefslogtreecommitdiff
path: root/src/lib/auth/components/CompanyProfile.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-27 17:00:00 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-27 17:00:00 +0700
commit016cbe790dd698ee258f17c8218ef6fdc667ad0d (patch)
treeca3e75fe3195013d246ffc06ba70812ac3c62ddf /src/lib/auth/components/CompanyProfile.jsx
parent31ef67c8c2c3d80bf0c0cc040e551b4a45c3dedc (diff)
<iman> update switch account
Diffstat (limited to 'src/lib/auth/components/CompanyProfile.jsx')
-rw-r--r--src/lib/auth/components/CompanyProfile.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/components/CompanyProfile.jsx b/src/lib/auth/components/CompanyProfile.jsx
index 6065efde..cd55072c 100644
--- a/src/lib/auth/components/CompanyProfile.jsx
+++ b/src/lib/auth/components/CompanyProfile.jsx
@@ -296,7 +296,7 @@ const CompanyProfile = () => {
</button>
</form>
)}
- {isOpen && <SwitchAccount />}
+ {isOpen && <SwitchAccount company_type={company_type} />}
</>
);
};