Skip to content

Commit

Permalink
Merge pull request #1849 from gereon77/fix-show-map-button
Browse files Browse the repository at this point in the history
Fix Show map button
  • Loading branch information
gereon77 authored Jun 24, 2024
2 parents b57671b + ee9ee67 commit 6d5db5a
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 6d5db5a

Please sign in to comment.