fix typo in orders table

This commit is contained in:
Haiyang Wang 2022-02-27 19:56:12 +08:00 committed by GitHub
parent dbaa1d25e5
commit d2796a6c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>