mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +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
|
day13Elves.length
|
||||||
: 1,
|
: 1,
|
||||||
display: jsx(() =>
|
display: jsx(() =>
|
||||||
main.day.value === day ? (
|
main.day.value === day || main.day.value === advancedDay ? (
|
||||||
<>
|
<>
|
||||||
{formatWhole(
|
{formatWhole(
|
||||||
Decimal.times(
|
Decimal.times(
|
||||||
|
|
Loading…
Reference in a new issue