Skip to content

Commit 6a9616f

Browse files
committed
woops
1 parent a101c82 commit 6a9616f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/pages/gallery/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def page(document) -> rx.Component:
197197
title=document.metadata["title"],
198198
description=document.metadata["description"],
199199
image=document.metadata["image"],
200-
demo=document.metadata["demo"],
200+
demo=document.metadata["demo"] if "demo" in document.metadata else None,
201201
meta=document.metadata["meta"],
202202
)(lambda doc=document: page(doc))
203203

0 commit comments

Comments
 (0)