fix warning in InfoPanel

This commit is contained in:
Halit Aksoy 2022-07-14 09:05:24 +03:00
parent 4e50dd9209
commit ae278b8629

View File

@ -11,7 +11,7 @@ function getInfoPanelTextByGameState(params: {
userKey: string; userKey: string;
userKeyWhoLeave: string; userKeyWhoLeave: string;
searchingOpponent: boolean; searchingOpponent: boolean;
}): string { }): string | undefined {
const { const {
context, context,
game, game,