From 501ce70702f7c35aa37e848c5ee8ea7915a01ee3 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Tue, 21 Sep 2021 17:13:35 -0400 Subject: [PATCH] re-add back button from faction to factions --- src/Faction/ui/FactionRoot.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Faction/ui/FactionRoot.tsx b/src/Faction/ui/FactionRoot.tsx index 15a7a48c2..85dca8e40 100644 --- a/src/Faction/ui/FactionRoot.tsx +++ b/src/Faction/ui/FactionRoot.tsx @@ -22,6 +22,7 @@ import { use } from "../../ui/Context"; import { CreateGangPopup } from "./CreateGangPopup"; import Typography from "@mui/material/Typography"; +import Button from "@mui/material/Button"; type IProps = { faction: Faction; @@ -148,6 +149,7 @@ export function FactionRoot(props: IProps): React.ReactElement { return ( <> + {faction.name}