aboutsummaryrefslogtreecommitdiff
path: root/diplomacy/web/src/gui/pages/content_games.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'diplomacy/web/src/gui/pages/content_games.jsx')
-rw-r--r--diplomacy/web/src/gui/pages/content_games.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/diplomacy/web/src/gui/pages/content_games.jsx b/diplomacy/web/src/gui/pages/content_games.jsx
index ef79b58..e698c7c 100644
--- a/diplomacy/web/src/gui/pages/content_games.jsx
+++ b/diplomacy/web/src/gui/pages/content_games.jsx
@@ -95,7 +95,7 @@ export class ContentGames extends React.Component {
}
wrapGameData(gameData) {
- return new InlineGameView(this.getPage(), gameData);
+ return new InlineGameView(this.getPage(), gameData, this.getPage().availableMaps);
}
gameCreationButton() {