diff --git a/src/lib/components/PaymentModal.svelte b/src/lib/components/PaymentModal.svelte index 1830113..f8a8056 100644 --- a/src/lib/components/PaymentModal.svelte +++ b/src/lib/components/PaymentModal.svelte @@ -3,6 +3,7 @@ import { goto } from '$app/navigation'; import { page } from '$app/stores'; import ProfilePicture from './ProfilePicture.svelte'; + import { getCategoryEmoji, getCategoryName } from '$lib/utils/categories'; export let paymentId; @@ -104,7 +105,10 @@