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

Commit 569ae0c

Browse files
committed
update
1 parent e545672 commit 569ae0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pcweb/components/docpage/navbar/inkeep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def add_hooks(self) -> list[str | rx.Var]:
2424
"""Add the hooks for the component."""
2525
return [
2626
"const { resolvedColorMode } = useContext(ColorModeContext)",
27-
rx.Var(
27+
(
2828
f"""const escalationParams = {{
2929
type: "object",
3030
properties: {{

0 commit comments

Comments
 (0)