mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-02-16 09:31:43 +00:00
Off by one error
This commit is contained in:
parent
02ab4e6229
commit
453085284f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ const symbolComp = computeComponent(toRef(props, "symbol"));
|
|||
const canOpen = computed(
|
||||
() =>
|
||||
Decimal.gte(main.day.value, props.day) &&
|
||||
new Date().getMonth() === 12 &&
|
||||
new Date().getMonth() === 11 &&
|
||||
new Date().getDate() >= props.day
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue