Skip to content

Commit

Permalink
for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmypillow committed Jun 14, 2024
1 parent f6da350 commit f42c2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ async function getGoogle() {

<div v-else class="flex flex-col flex-wrap items-center justify-center w-full gap-4 pt-4">

<v-card v-if="data.knowledge_panel" class="md:w-2/3" :title="data.knowledge_panel.name" :subtitle="data.knowledge_panel.label"
<v-card v-if="data.knowledge_panel != null" class="md:w-2/3" :title="data.knowledge_panel.name" :subtitle="data.knowledge_panel.label"
:text="data.knowledge_panel.description.text" variant="tonal">
<v-img :height="data.knowledge_panel.image.height" :width="data.knowledge_panel.image.width"
:src="data.knowledge_panel.image.url" cover />
Expand Down

0 comments on commit f42c2f9

Please sign in to comment.