fix(trading): prevent whole app rerender on price bounds and withdrawals (#6118)

This commit is contained in:
Art 2024-03-27 16:50:53 +01:00 committed by GitHub
parent 840ca63464
commit e28cdb2463
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,14 +74,16 @@ i18n
'markets',
'orders',
'positions',
'react-helpers',
'trades',
'trading',
'trading-view',
'trading',
'ui-toolkit',
'utils',
'wallet',
'wallet-react',
'wallet',
'web3',
'withdraws',
],
defaultNS: 'trading',
nsSeparator: false,