This commit is contained in:
thepaperpilot 2022-12-20 08:16:45 -06:00
parent 017f8b812f
commit 803ee66770

View file

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