Skip to content

Commit

Permalink
update card id
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed Jun 17, 2024
1 parent 45ebb6f commit b9bf667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/app/components/target-card/target-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export const TargetCard: React.FC<TargetCardProps> = ({

return (
<Card
id={`target-card-${target.name.replace(/\s/g, "-")}`}
onClick={handleCardClick}
isSelectable
isSelected={isCardSelected}
Expand Down

0 comments on commit b9bf667

Please sign in to comment.