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;
userKeyWhoLeave: string;
searchingOpponent: boolean;
}): string {
}): string | undefined {
const {
context,
game,