We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac47861 commit 4bb1cc7Copy full SHA for 4bb1cc7
pages/objects/[id].vue
@@ -356,7 +356,7 @@ useHead({
356
<!-- End Relations Row -->
357
358
<!-- 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">
+ <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">
360
<div
361
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">
362
<div class="flex flex-row justify-start items-center p-4 font-bold text-xl">
0 commit comments