fix(lint): fix lint after upgrades
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -104,7 +104,7 @@ import { useI18n } from "vue-i18n";
|
||||
|
||||
const props = defineProps<{ uuid: string }>();
|
||||
|
||||
const { event } = useFetchEvent(props.uuid);
|
||||
const { event } = useFetchEvent(computed(() => props.uuid));
|
||||
|
||||
const { anonymousParticipationConfig } = useAnonymousParticipationConfig();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user