mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-24 09:21:48 +00:00
Oops
This commit is contained in:
parent
df63826fed
commit
a0b60cb41f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ const layer = createLayer(id, () => {
|
|||
Create another ribbon with{" "}
|
||||
<span
|
||||
class={
|
||||
Decimal.lt(currentDyeType.value.value, currentDyeCost.value)
|
||||
Decimal.lt(currentDyeType.value.amount.value, currentDyeCost.value)
|
||||
? "unaffordable"
|
||||
: ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue