We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf5e56 commit 54c291cCopy full SHA for 54c291c
app/pages/cameras_status.py
@@ -57,7 +57,7 @@ def display_cam_cards(cameras):
57
style={"padding": "10px"},
58
),
59
dbc.CardImg(
60
- src=row["last_image"] if row["last_image"] is not None else no_cam_img_url,
+ src=row["last_image_url"] if row["last_image_url"] is not None else no_cam_img_url,
61
top=False,
62
style={"width": "100%", "borderRadius": "0"},
63
0 commit comments