Skip to content

Commit

Permalink
chore: fix moduleParams check
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Sep 20, 2023
1 parent a0aae9a commit 5ca46b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/moduleExtendParams.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default function moduleExtendParams(params, allModulesParams) {
}
if (
moduleParamName === 'navigation' &&
params[moduleParamName] &&
params[moduleParamName].enabled &&
!params[moduleParamName].prevEl &&
!params[moduleParamName].nextEl
Expand Down

0 comments on commit 5ca46b6

Please sign in to comment.