mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +00:00
fixes focus upgrades row 2 not showing
This commit is contained in:
parent
2b67ba6e78
commit
9fa6d8dd78
1 changed files with 1 additions and 1 deletions
|
@ -1689,7 +1689,7 @@ const layer = createLayer(id, () => {
|
|||
<br />
|
||||
<br />
|
||||
{render(focusButton)}
|
||||
{renderGrid(upgrades)}
|
||||
{renderGrid(upgrades, upgrades2)}
|
||||
<br />
|
||||
{renderGrid(
|
||||
[focusMeter],
|
||||
|
|
Loading…
Reference in a new issue