Skip to content

Commit

Permalink
fix: Replace missed objectInfo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
das-Abroxas committed Aug 16, 2024
1 parent ac47861 commit 4bb1cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/objects/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ useHead({
<!-- End Relations Row -->

<!-- Locations -->
<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">
<div
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">
<div class="flex flex-row justify-start items-center p-4 font-bold text-xl">
Expand Down

0 comments on commit 4bb1cc7

Please sign in to comment.