mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-02-16 09:31:43 +00:00
Hide new country button
This commit is contained in:
parent
db862c113a
commit
c2e1af8d6a
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Reference in a new issue