From bf47b325299f871abf9a937508db48da6ed6d9e9 Mon Sep 17 00:00:00 2001 From: sea-kelp <66500457+sea-kelp@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:42:18 +0000 Subject: [PATCH] Fix issue where carousel controls were no longer showing up (#409) --- 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 %}