Skip to content

Commit 9ef91dd

Browse files
committed
fix(client): fixes #64 - dont show belot in GameHistory if not said
1 parent e6b529d commit 9ef91dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/shared/coinche/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2970,7 +2970,7 @@ export const coincheGame: GameConfig<GameState, GameStatePlayerView, Moves, Play
29702970
ownerTeam: getPlayerTeam(playerID),
29712971
})),
29722972
], []),
2973-
...(G.belotAnnounce ? [{
2973+
...(G.belotAnnounce && G.belotAnnounce.isSaid ? [{
29742974
id: G.belotAnnounce.id,
29752975
cards: getBelotCards(G.currentSayTake.trumpMode),
29762976
owner: G.belotAnnounce.owner,

0 commit comments

Comments
 (0)