Skip to content

Commit

Permalink
initialization to empty list
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Apr 10, 2024
1 parent 695ce5e commit a2be40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ def create_event_list():
return html.Div(
[
html.H1("Alertes en cours", style={"textAlign": "center", "fontSize": "30px"}),
html.Div(id="alert-list-container", style=event_list_style), # Empty container
html.Div(id="alert-list-container", style=event_list_style, children=[]), # Empty container
]
)

0 comments on commit a2be40a

Please sign in to comment.