Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 3c383aa

Browse files
committed
ok?
1 parent 2b2e46b commit 3c383aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pcweb/docgen_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def _render_demo(self, content: str, flags: set[str]) -> rx.Component:
402402
demobox_props: dict = {}
403403
for flag in flags:
404404
k, sep, v = flag.partition("=")
405-
if sep and k != "id":
405+
if sep:
406406
demobox_props[k] = v
407407
if "toggle" in flags:
408408
demobox_props["toggle"] = True

0 commit comments

Comments
 (0)