fix typo in orders table
This commit is contained in:
parent
dbaa1d25e5
commit
d2796a6c45
|
@ -64,7 +64,7 @@ const DesktopTable = ({
|
|||
<thead>
|
||||
<TrHead>
|
||||
<Th>{t('market')}</Th>
|
||||
<Th>{t('size')}</Th>
|
||||
<Th>{t('side')}</Th>
|
||||
<Th>{t('size')}</Th>
|
||||
<Th>{t('price')}</Th>
|
||||
<Th>{t('value')}</Th>
|
||||
|
|
Loading…
Reference in New Issue