format+lint

This commit is contained in:
Snarling
2022-08-20 19:16:11 -04:00
parent 7578860ce7
commit 5466ab3f69
3 changed files with 2 additions and 10 deletions
+1 -6
View File
@@ -435,12 +435,7 @@ export function GameRoot({ player, engine, terminal }: IProps): React.ReactEleme
break;
}
case Page.StockMarket: {
mainPage = (
<StockMarketRoot
p={player}
stockMarket={StockMarket}
/>
);
mainPage = <StockMarketRoot p={player} stockMarket={StockMarket} />;
break;
}
case Page.City: {