Skip to content

Commit

Permalink
Fix the filtering on the units page
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Oct 4, 2023
1 parent 61cc680 commit 19c9aca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/explorer/unit-browser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ const UnitBrowser: NextPage<SquadProps> = ({ tableData }) => {
// These keys should be the same as in the unitTable.tsx file
const dataKeys = [
"id", // it's used for key in the table
"faction", // is used for filtering
"unit_type", // is used for filtering
"faction_icon",
"type_icon",
"icon_name",
Expand Down

0 comments on commit 19c9aca

Please sign in to comment.