mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-05-13 13:21:08 +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…
Add table
Add a link
Reference in a new issue