fix name pass in create account

This commit is contained in:
Adrian Brzeziński 2024-01-02 17:44:38 +01:00
parent 4ae8ae9b03
commit 45c1680bd7
2 changed files with 11 additions and 2 deletions

View File

@ -138,7 +138,16 @@ const CreateAccountForm = ({
type: 'error',
})
}
}, [signToNotifications, slots])
}, [
customClose,
name,
setCookie,
signToNotifications,
slots,
t,
telemetry,
walletContext,
])
return loading ? (
<div className="flex h-full flex-1 flex-col items-center justify-center">

View File

@ -177,7 +177,7 @@ const MarketCloseModal: FunctionComponent<MarketCloseModalProps> = ({
undefined,
undefined,
)
actions.fetchOpenOrders()
actions.fetchOpenOrders(true)
set((s) => {
s.successAnimation.trade = true
})