diff --git a/src/components/desktop/AmountInput.vue b/src/components/desktop/AmountInput.vue index 85135df7..83dc442f 100644 --- a/src/components/desktop/AmountInput.vue +++ b/src/components/desktop/AmountInput.vue @@ -43,7 +43,7 @@ const props = defineProps<{ class?: string; color?: string; density?: string; - currency?: string; + currency: string; showCurrency?: boolean; label?: string; placeholder?: string;