Skip to content

Commit

Permalink
de-dup tag (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
npinsker authored Jan 9, 2024
1 parent 7b75e5c commit b2855f9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions hunts/src/NameCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,6 @@ export default function NameCell({ row, value }) {
)
}
/>{" "}
<ClickableIcon
icon={faTag}
onClick={() =>
dispatch(
showModal({
type: "EDIT_TAGS",
props: {
huntId,
puzzleId: row.values.id,
puzzleName: row.values.name,
},
})
)
}
/>{" "}
<ClickableIcon
icon={faTrashAlt}
onClick={() =>
Expand Down

0 comments on commit b2855f9

Please sign in to comment.