Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Mar 28, 2024
1 parent eed8a5b commit facba54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/navigation/navigation.mjs
Expand Up @@ -101,7 +101,6 @@ export default function Navigation({ swiper, extendParams, on, emit }) {
nextEl,
prevEl,
});
return;
nextEl = makeElementsArray(nextEl);
prevEl = makeElementsArray(prevEl);

Expand Down

0 comments on commit facba54

Please sign in to comment.