aboutsummaryrefslogtreecommitdiff
path: root/diplomacy/web/src
diff options
context:
space:
mode:
Diffstat (limited to 'diplomacy/web/src')
-rw-r--r--diplomacy/web/src/gui/wizards/gameCreation/panelChoosePower.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/diplomacy/web/src/gui/wizards/gameCreation/panelChoosePower.js b/diplomacy/web/src/gui/wizards/gameCreation/panelChoosePower.js
index dc400bd..05154e6 100644
--- a/diplomacy/web/src/gui/wizards/gameCreation/panelChoosePower.js
+++ b/diplomacy/web/src/gui/wizards/gameCreation/panelChoosePower.js
@@ -5,6 +5,7 @@ import Octicon, {ArrowLeft} from "@primer/octicons-react";
export class PanelChoosePower extends React.Component {
render() {
+ this.props.powers.sort();
return (
<FancyBox title={'Choose your power'} onClose={this.props.cancel}>
<div className="row">