Skip to content

Commit

Permalink
Fix Show map button
Browse files Browse the repository at this point in the history
  • Loading branch information
gereon77 committed Jun 24, 2024
1 parent b57671b commit ee9ee67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agot-bg-game-server/src/client/IngameComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default class IngameComponent extends Component<IngameComponentProps> {
}

render(): ReactNode {
const draftHouseCards = this.ingame.childGameState instanceof DraftHouseCardsGameState;
const draftHouseCards = this.ingame.hasChildGameState(DraftHouseCardsGameState);

const columnOrders = this.getColumnOrders(this.user?.settings.responsiveLayout);

Expand Down

0 comments on commit ee9ee67

Please sign in to comment.