fix name pass in create account
This commit is contained in:
parent
4ae8ae9b03
commit
45c1680bd7
|
@ -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">
|
||||
|
|
|
@ -177,7 +177,7 @@ const MarketCloseModal: FunctionComponent<MarketCloseModalProps> = ({
|
|||
undefined,
|
||||
undefined,
|
||||
)
|
||||
actions.fetchOpenOrders()
|
||||
actions.fetchOpenOrders(true)
|
||||
set((s) => {
|
||||
s.successAnimation.trade = true
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue