Skip to content

Commit

Permalink
change column name
Browse files Browse the repository at this point in the history
  • Loading branch information
WhidRubeld committed Sep 9, 2021
1 parent 3dc888e commit dae1ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Stats/extra/InfoTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function InfoTable() {
<DataTable>
<DataTable.Header>
<DataTable.Title>Валютная пара</DataTable.Title>
<DataTable.Title numeric>Тяга</DataTable.Title>
<DataTable.Title numeric>Сила тяги</DataTable.Title>
</DataTable.Header>

{res.map((v) => {
Expand Down

0 comments on commit dae1ab5

Please sign in to comment.