Skip to content

Commit

Permalink
remove unneeded var
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Nov 6, 2024
1 parent 16f3a8c commit 73e4727
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/built-with-directus/[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ const images = computed(() => {
return images;
});
const selectedImage = ref(images.value.length ? images.value[0].uuid : null);
const website = computed(() => {
if (!unref(project)?.website) return null;
const url = new URL(unref(project)?.website as string);
Expand Down

0 comments on commit 73e4727

Please sign in to comment.