This commit is contained in:
thepaperpilot 2022-12-20 08:16:45 -06:00
parent df63826fed
commit a0b60cb41f

View file

@ -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"
: "" : ""
} }