Skip to content

Commit 8019121

Browse files
committed
fix: empty databaseID
1 parent 3cafe38 commit 8019121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/astro/previews/example-app/src/components/TemplateHierarchyInfo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (!template) {
99
<aside class="template-hierarchy-info">
1010
<section>
1111
<strong>databaseId:</strong>
12-
<code>{template.databaseId}</code>
12+
<code>{template.databaseId || "None"}</code>
1313
</section>
1414
<section>
1515
<strong>URI:</strong>

0 commit comments

Comments
 (0)