fix(trading): prevent whole app rerender on price bounds and withdrawals (#6118)
This commit is contained in:
parent
840ca63464
commit
e28cdb2463
@ -74,14 +74,16 @@ i18n
|
|||||||
'markets',
|
'markets',
|
||||||
'orders',
|
'orders',
|
||||||
'positions',
|
'positions',
|
||||||
|
'react-helpers',
|
||||||
'trades',
|
'trades',
|
||||||
'trading',
|
|
||||||
'trading-view',
|
'trading-view',
|
||||||
|
'trading',
|
||||||
'ui-toolkit',
|
'ui-toolkit',
|
||||||
'utils',
|
'utils',
|
||||||
'wallet',
|
|
||||||
'wallet-react',
|
'wallet-react',
|
||||||
|
'wallet',
|
||||||
'web3',
|
'web3',
|
||||||
|
'withdraws',
|
||||||
],
|
],
|
||||||
defaultNS: 'trading',
|
defaultNS: 'trading',
|
||||||
nsSeparator: false,
|
nsSeparator: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user