diff --git a/web/custom_widgets/header.py b/web/custom_widgets/header.py index 63ad0e0..ea6a3b2 100644 --- a/web/custom_widgets/header.py +++ b/web/custom_widgets/header.py @@ -5,7 +5,7 @@ from web.misc import logout, check_user async def draw_header(): with ui.header(wrap=False): - with ui.row(wrap=False).classes("w-full justify-between") as header_row: + with ui.row(wrap=False).classes("w-full justify-between"): ui.button(icon="home", on_click=lambda: ui.navigate.to("/")) ui.button(text="Rooms", icon="movie", on_click=lambda: ui.navigate.to("/rooms"))