Skip to content

Commit

Permalink
Fixes a type bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
aryann committed Nov 24, 2024
1 parent fea003a commit 98d2404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/Piece.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { boardStore } from "./stores/board";

interface PieceProps {
piece: PieceType;
square: TSquare;
square?: TSquare;
}

export const Piece = (props: PieceProps) => {
Expand Down

0 comments on commit 98d2404

Please sign in to comment.