Skip to content

Commit

Permalink
move metallevel column and add exppoints columns
Browse files Browse the repository at this point in the history
  • Loading branch information
sinatragianpaolo committed Mar 13, 2024
1 parent 68aef3e commit ba9bade
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/pages/campaigns/selection/SelectionTable/useColumns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,16 @@ export const useColumns: () => TableType.Column[] = () => {
title: "Gender",
maxWidth: "120px",
},
{
dataIndex: "metallevel",
key: "metallevel",
title: "Metal Level",
maxWidth: "120px",
},
{
dataIndex: "bhlevel",
key: "bhlevel",
title: "BH Level",
maxWidth: "120px",
},
{
dataIndex: "exppoints",
key: "exppoints",
title: "Exp Points",
dataIndex: "metallevel",
key: "metallevel",
title: "Metal Level",
maxWidth: "120px",
},
{
Expand All @@ -68,6 +62,12 @@ export const useColumns: () => TableType.Column[] = () => {
),
maxWidth: "110px",
},
{
dataIndex: "exppoints",
key: "exppoints",
title: "Exp Points",
maxWidth: "120px",
},
{
dataIndex: "devices",
key: "devices",
Expand Down

0 comments on commit ba9bade

Please sign in to comment.