We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57671b commit ee9ee67Copy full SHA for ee9ee67
agot-bg-game-server/src/client/IngameComponent.tsx
@@ -234,7 +234,7 @@ export default class IngameComponent extends Component<IngameComponentProps> {
234
}
235
236
render(): ReactNode {
237
- const draftHouseCards = this.ingame.childGameState instanceof DraftHouseCardsGameState;
+ const draftHouseCards = this.ingame.hasChildGameState(DraftHouseCardsGameState);
238
239
const columnOrders = this.getColumnOrders(this.user?.settings.responsiveLayout);
240
0 commit comments