From 13879c8d79d3aab29590ae8d906e9fa22e2a5068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Camblor?= Date: Thu, 31 Oct 2024 01:15:07 +0100 Subject: [PATCH] fixed social media icon type's type --- mobile/src/components/ui/SocialMediaIcon.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/src/components/ui/SocialMediaIcon.vue b/mobile/src/components/ui/SocialMediaIcon.vue index 72b6dea2..09a32bd0 100644 --- a/mobile/src/components/ui/SocialMediaIcon.vue +++ b/mobile/src/components/ui/SocialMediaIcon.vue @@ -22,7 +22,7 @@ import {SocialMediaType} from "../../../../shared/type-utils"; const props = defineProps({ type: { required: true, - type: Object as PropType + type: String as PropType }, href: { required: true,