Skip to content

Commit

Permalink
fixed social media icon type's type
Browse files Browse the repository at this point in the history
  • Loading branch information
fcamblor committed Oct 31, 2024
1 parent bb9df1a commit 13879c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/src/components/ui/SocialMediaIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {SocialMediaType} from "../../../../shared/type-utils";
const props = defineProps({
type: {
required: true,
type: Object as PropType<SocialMediaType>
type: String as PropType<SocialMediaType>
},
href: {
required: true,
Expand Down

0 comments on commit 13879c8

Please sign in to comment.