Hide new country button

This commit is contained in:
thepaperpilot 2022-12-24 01:48:13 -06:00
parent db862c113a
commit c2e1af8d6a

View file

@ -849,7 +849,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
{render(modifiersModal)}
<Spacer />
<MainDisplay resource={citiesCompleted} color={color} />
{renderRow(getNewCity, boost, removeRedundantRoute)}
{renderRow(boost, removeRedundantRoute)}
{render(city)}
{render(checkRouteProgressBar)}
<Spacer />