oops didn't have a div to test on

This commit is contained in:
kvan7
2025-09-15 17:13:37 -05:00
parent 3b3f80bc53
commit 8c31fcbbec

View File

@@ -47,7 +47,7 @@ export default defineComponent({
? {
min: n * one.exalted,
max: n * one.exalted,
currency: "chaos" as const,
currency: "exalted" as const,
}
: autoCurrency(n * one.exalted);