diff --git a/src/components/TeamCard.vue b/src/components/TeamCard.vue index d3aac12..726a974 100755 --- a/src/components/TeamCard.vue +++ b/src/components/TeamCard.vue @@ -10,6 +10,7 @@ storeToRefs(useUserStore()); defineProps<{ team: Team; + soloGame?: boolean; }>(); @@ -19,7 +20,10 @@ defineProps<{ {{ team.name }} Logo validé -