fix: Change bank name
fix: otp filled null after complete the process
This commit is contained in:
@@ -124,7 +124,7 @@ export default function AccountSummary() {
|
||||
if (!authorized) return null;
|
||||
|
||||
return (
|
||||
<Paper shadow="sm" radius="md" p="md" withBorder>
|
||||
<Paper shadow="sm" radius="md" p="md" withBorder h={400}>
|
||||
<Title
|
||||
order={isMobile ? 4 : 3}
|
||||
mb="md"
|
||||
|
||||
Reference in New Issue
Block a user