From f3053fc8440fb926cd040a09209f23945fec0d8e Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 21 May 2026 12:09:43 +0200 Subject: [PATCH] :bug: Fix 2.15 release notes crash on invalid slide index (#9805) --- frontend/src/app/main/ui/releases/v2_15.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/releases/v2_15.cljs b/frontend/src/app/main/ui/releases/v2_15.cljs index 8c2f61580f..5880a63de6 100644 --- a/frontend/src/app/main/ui/releases/v2_15.cljs +++ b/frontend/src/app/main/ui/releases/v2_15.cljs @@ -77,7 +77,7 @@ [:& c/navigation-bullets {:slide slide :navigate navigate - :total 4}] + :total 3}] [:button {:on-click next :class (stl/css :next-btn)} "Continue"]]]]]] @@ -118,7 +118,7 @@ [:& c/navigation-bullets {:slide slide :navigate navigate - :total 4}] + :total 3}] [:button {:on-click next :class (stl/css :next-btn)} "Continue"]]]]]]