Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
zourdyzou committed Aug 4, 2022
1 parent 26a2d95 commit cac88f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/grid/cell/cell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const CellComponent: FunctionComponent<CellProps> = ({ coords, children,
onMouseUp,
onMouseLeave: onMouseUp,
mouseDown,
"data-testid": `${coords}`,
"data-testid": `stone_${coords}`,
role: "cell",
};

Expand Down

0 comments on commit cac88f2

Please sign in to comment.