From 5fa07049ef29cd117287362dfc3d2af093c2a7ca Mon Sep 17 00:00:00 2001 From: sea-kelp <66500457+sea-kelp@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:52:16 -0800 Subject: [PATCH] Fix issue where carousel controls were no longer showing up --- OpenOversight/app/templates/partials/officer_faces.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenOversight/app/templates/partials/officer_faces.html b/OpenOversight/app/templates/partials/officer_faces.html index d0009ed27..e234ecca5 100644 --- a/OpenOversight/app/templates/partials/officer_faces.html +++ b/OpenOversight/app/templates/partials/officer_faces.html @@ -18,7 +18,7 @@ {% endfor %} - {% if paths | length > 1 %} + {% if face_paths | length > 1 %}