From 0ec6210b5e5877755f83f0be426d9dd51d06be9b Mon Sep 17 00:00:00 2001
From: DecafDev <40307803+decaf-dev@users.noreply.github.com>
Date: Fri, 26 Jul 2024 18:45:46 -0600
Subject: [PATCH] fix: don't show spacer when only properties or tags are
present
---
src/svelte/app/components/grid-card.svelte | 4 +++-
test-vault/.obsidian/plugins/vault-explorer/data.json | 2 +-
test-vault/{Many tags.md => Properties and tags.md} | 0
test-vault/Tags and url.md | 1 -
4 files changed, 4 insertions(+), 3 deletions(-)
rename test-vault/{Many tags.md => Properties and tags.md} (100%)
diff --git a/src/svelte/app/components/grid-card.svelte b/src/svelte/app/components/grid-card.svelte
index 1c9557b..3411e05 100644
--- a/src/svelte/app/components/grid-card.svelte
+++ b/src/svelte/app/components/grid-card.svelte
@@ -287,8 +287,10 @@
{/if}
+ {#if (custom1 !== null || custom2 !== null || custom3 !== null) && tags !== null}
+