Skip to content

Commit d76f61d

Browse files
gadenbuieschloerke
andauthored
chore: update todo comment
Co-authored-by: Barret Schloerke <barret@posit.co>
1 parent b292caa commit d76f61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_navs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ def layout(self, nav: Tag, content: Tag) -> TagList:
10931093
else:
10941094
tab_content = contents
10951095
if self._is_page_level:
1096-
# TODO: This could also be applied to the non-sidebar page layout above
1096+
# TODO-future: This could also be applied to the non-sidebar page layout above
10971097
from ._page import page_main_container
10981098

10991099
tab_content = page_main_container(*contents)

0 commit comments

Comments
 (0)