Skip to content

Commit

Permalink
Merge pull request #1243 from hackforla/fixName
Browse files Browse the repository at this point in the history
Remove duplicate NC name on neighborhood recent dashboard
  • Loading branch information
joshuayhwu authored Jun 10, 2022
2 parents 2936a0d + 6d7beb2 commit 3306004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/dash/dashboards/neighborhood_recent.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")],
Expand Down

0 comments on commit 3306004

Please sign in to comment.