diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-06 11:05:08 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-06 11:05:08 +0700 |
| commit | 7ed3fd96322d08bd91434b8ec4dcbc542a610998 (patch) | |
| tree | df4e1d0d7b15dfa390d7d6bb44c48e398d55e244 | |
| parent | 74130f381d4bf3deae9a158cb761eb5b22b98f50 (diff) | |
<iman> update to upper case company type
| -rw-r--r-- | src/lib/auth/components/CompanyProfile.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/components/CompanyProfile.jsx b/src/lib/auth/components/CompanyProfile.jsx index 78e62abd..1f9eb33c 100644 --- a/src/lib/auth/components/CompanyProfile.jsx +++ b/src/lib/auth/components/CompanyProfile.jsx @@ -185,7 +185,7 @@ const CompanyProfile = () => { <div> <div className='font-semibold mb-2 flex flex-row gap-x-2'> <h2>Informasi Usaha</h2> - <div className='badge-red'>{company_type}</div> + <div className='badge-red'>{company_type.toUpperCase()}</div> </div> <div className='text-gray_r-11'> Dibawah ini adalah data usaha yang anda masukkan, periksa kembali |
