diff --git a/server/dash/dashboards/neighborhood_recent.py b/server/dash/dashboards/neighborhood_recent.py index 1912a7f62..badce73a1 100644 --- a/server/dash/dashboards/neighborhood_recent.py +++ b/server/dash/dashboards/neighborhood_recent.py @@ -103,7 +103,7 @@ def populate_options(): placeholder="Select a neighborhood", options=populate_options() ), - html.Div(f"{selected_council} weekly report ({start_date.strftime('%b %d')} to {end_date.strftime('%b %d')})"), # noqa + html.Div(f"Weekly report ({start_date.strftime('%b %d')} to {end_date.strftime('%b %d')})"), # noqa html.Div([ html.Div( [html.H2(id="created_txt"), html.Label("New Requests")],