AnayShukla commited on
Commit
d7c8f82
·
1 Parent(s): 3454d44
frontend/src/components/PlayerCardVisual.jsx CHANGED
@@ -29,6 +29,7 @@ export const PlayerCardVisual = ({
29
  onSolverUndo,
30
  activeChipType,
31
  }) => {
 
32
  if (player.isBlank) {
33
  return (
34
  <div className="flex flex-col items-center" style={{ width: CARD_W }}>
 
29
  onSolverUndo,
30
  activeChipType,
31
  }) => {
32
+ console.log("render", player.Name);
33
  if (player.isBlank) {
34
  return (
35
  <div className="flex flex-col items-center" style={{ width: CARD_W }}>