Skip to content

Commit

Permalink
refactor: rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaloMedici committed Aug 17, 2024
1 parent 9da40f6 commit 548047b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(dashboard)/room/[roomId]/_components/player-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type PlayerCardProps = {
};

export const PlayerCard = ({ player }: PlayerCardProps) => {
const { revealCards, self } = useBoard();
const { reveal, self, selfChoice } = useBoard();

const isSelf = player.id === self.id;

Expand Down

0 comments on commit 548047b

Please sign in to comment.