From 987077f6259cb6c48fb092c2255606f4d5a47eea Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Thu, 26 Dec 2024 17:48:27 -0700 Subject: [PATCH] Apply suggestions from code review --- quartz/components/Backlinks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/Backlinks.tsx b/quartz/components/Backlinks.tsx index 85bd35b80..e99055e31 100644 --- a/quartz/components/Backlinks.tsx +++ b/quartz/components/Backlinks.tsx @@ -9,7 +9,7 @@ interface BacklinksOptions { } const defaultOptions: BacklinksOptions = { - hideWhenEmpty: false, + hideWhenEmpty: true, } export default ((opts?: Partial) => {