mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Fix build error
This commit is contained in:
parent
944329a271
commit
e904e9da5c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ const layer = createLayer(id, () => {
|
|||
day13Elves.length
|
||||
: 1,
|
||||
display: jsx(() =>
|
||||
main.day.value === day ? (
|
||||
main.day.value === day || main.day.value === advancedDay ? (
|
||||
<>
|
||||
{formatWhole(
|
||||
Decimal.times(
|
||||
|
|
Loading…
Reference in a new issue