Committed by
GitHub
Merge branch 'patch-1' into master
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -550,7 +550,6 @@ extension GetNavigation on GetInterface { | @@ -550,7 +550,6 @@ extension GetNavigation on GetInterface { | ||
550 | page = "$page${"?$key=$value"}"; | 550 | page = "$page${"?$key=$value"}"; |
551 | } | 551 | } |
552 | }); | 552 | }); |
553 | - // Get.parameters.clear(); | ||
554 | if (preventDuplicates && page == currentRoute) { | 553 | if (preventDuplicates && page == currentRoute) { |
555 | return null; | 554 | return null; |
556 | } | 555 | } |
-
Please register or login to post a comment