fix warning in InfoPanel
This commit is contained in:
parent
4e50dd9209
commit
ae278b8629
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user