Skip to content

Commit 0f04d8e

Browse files
committed
simplify renderNavigation getter
1 parent a066c99 commit 0f04d8e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/main/src/Carousel.js

-4
Original file line numberDiff line numberDiff line change
@@ -466,10 +466,6 @@ class Carousel extends UI5Element {
466466
return true;
467467
}
468468

469-
if (this.hidePageIndicator && this.hideNavigationArrows && this.arrowsPlacement === CarouselArrowsPlacement.Navigation) {
470-
return false;
471-
}
472-
473469
if (this.hidePageIndicator) {
474470
return false;
475471
}

0 commit comments

Comments
 (0)