mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-24 17:31:54 +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{" "}
|
Create another ribbon with{" "}
|
||||||
<span
|
<span
|
||||||
class={
|
class={
|
||||||
Decimal.lt(currentDyeType.value.value, currentDyeCost.value)
|
Decimal.lt(currentDyeType.value.amount.value, currentDyeCost.value)
|
||||||
? "unaffordable"
|
? "unaffordable"
|
||||||
: ""
|
: ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue