Skip to content

Commit

Permalink
Fix sx prop sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Alek Petuskey committed Nov 27, 2023
1 parent 3689530 commit fd5c6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcweb/components/sidebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def sidebar_item_comp(
url: str,
first: bool,
):
return rx.fragment(
return rx.box(
rx.cond(
item.children.length() == 0,
sidebar_leaf(item=item, url=url),
Expand Down

0 comments on commit fd5c6f3

Please sign in to comment.