Skip to content

Commit

Permalink
Please the CI Gods
Browse files Browse the repository at this point in the history
  • Loading branch information
phazonoverload committed Feb 8, 2024
1 parent fa12070 commit e6aca71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions components/Base/TypeForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const props = withDefaults(defineProps<BaseHsFormProps>(), {
const { formId } = toRefs(props);
const { $directus, $readSingleton } = useNuxtApp();
const renderTypeForm = () => {
// @ts-ignore -- Typeform is not typed
window.tf?.createWidget(unref(formId), {});
Expand All @@ -34,8 +32,6 @@ useHead({
const generatedId = computed(() => `typeform-${unref(formId)}`);
const { theme } = useTheme();
onMounted(renderTypeForm);
watch(formId, renderTypeForm);
Expand Down
2 changes: 0 additions & 2 deletions pages/tv/all.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ const episodesWithShowTitles = episodes.map((episode) => {
};
});
console.log(episodesWithShowTitles)
const heroButtons = [
{
type: 'primary',
Expand Down

0 comments on commit e6aca71

Please sign in to comment.