diff --git a/src/components/InscriptionList.vue b/src/components/InscriptionList.vue index ef3bea1..8e8ff75 100644 --- a/src/components/InscriptionList.vue +++ b/src/components/InscriptionList.vue @@ -10,7 +10,7 @@
{{ inscription.seed.isDynamic ? 'Dynamic Fungi' : 'Stable Fungi' }} - {{ inscription.seed.seed }} + {{formatNumberWithComma(inscription.seed.seed)}}
import { useLayoutStore } from '@/stores' +import { formatNumberWithComma } from '@/utils/number' defineProps({ isLoading: {