summaryrefslogtreecommitdiff
path: root/src/lib/auth/components/SwitchAccount.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-18 15:19:29 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-18 15:19:29 +0700
commit870bede9df9920b23f2e5cb771ff5ae6448e3ac7 (patch)
treef61ff016065c58f9abf9fbacc9cc906143496071 /src/lib/auth/components/SwitchAccount.jsx
parentb8b3b1df835d429920975e023d956b7c6ca33f43 (diff)
<iman> update switch account
Diffstat (limited to 'src/lib/auth/components/SwitchAccount.jsx')
-rw-r--r--src/lib/auth/components/SwitchAccount.jsx18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/auth/components/SwitchAccount.jsx b/src/lib/auth/components/SwitchAccount.jsx
index 3146a3da..b7b67864 100644
--- a/src/lib/auth/components/SwitchAccount.jsx
+++ b/src/lib/auth/components/SwitchAccount.jsx
@@ -182,17 +182,17 @@ const SwitchAccount = () => {
isPKP={isPKP}
chekValid={notValid}
/>
+ <div className='flex justify-end mb-4 mr-4'>
+ <button
+ type='submit'
+ onClick={onSubmitHandler}
+ className='btn-yellow w-full sm:w-fit sm:ml-auto mt-6'
+ >
+ {mutation.isLoading ? 'Loading...' : 'Simpan Perubahan'}
+ </button>
+ </div>
</div>
)}
- <div className='flex justify-end mb-4 mr-4'>
- <button
- type='submit'
- onClick={onSubmitHandler}
- className='btn-yellow w-full sm:w-fit sm:ml-auto mt-6'
- >
- {mutation.isLoading ? 'Loading...' : 'Simpan Perubahan'}
- </button>
- </div>
</>
);
};