fix create gang not working.

This commit is contained in:
Olivier Gagnon
2021-09-20 01:24:39 -04:00
parent 91c7ae53ef
commit 34313e8100
2 changed files with 8 additions and 3 deletions
+2
View File
@@ -80,6 +80,8 @@ export function FactionRoot(props: IProps): React.ReactElement {
createPopup(popupId, CreateGangPopup, {
popupId: popupId,
facName: faction.name,
player: player,
router: router,
});
}