Skip to content

Commit 4bb1cc7

Browse files
committed
fix: Replace missed objectInfo reference
1 parent ac47861 commit 4bb1cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/objects/[id].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ useHead({
356356
<!-- End Relations Row -->
357357

358358
<!-- Locations -->
359-
<div v-if="objectInfo.variant == v2ResourceVariant.RESOURCE_VARIANT_OBJECT" class="flex flex-wrap justify-center gap-x-4 gap-y-2 container mx-auto mb-6">
359+
<div v-if="resource.variant == v2ResourceVariant.RESOURCE_VARIANT_OBJECT" class="flex flex-wrap justify-center gap-x-4 gap-y-2 container mx-auto mb-6">
360360
<div
361361
class="flex flex-col grow p-2 bg-white/[.5] border border-gray-400 dark:bg-slate-900 dark:border-gray-700 dark:text-gray-400">
362362
<div class="flex flex-row justify-start items-center p-4 font-bold text-xl">

0 commit comments

Comments
 (0)