fix warning in InfoPanel
This commit is contained in:
parent
4e50dd9209
commit
ae278b8629
@ -11,7 +11,7 @@ function getInfoPanelTextByGameState(params: {
|
||||
userKey: string;
|
||||
userKeyWhoLeave: string;
|
||||
searchingOpponent: boolean;
|
||||
}): string {
|
||||
}): string | undefined {
|
||||
const {
|
||||
context,
|
||||
game,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user