DEV: `mobile-nav` no longer uses `currentPath` arg (#238)

This commit is contained in:
Jarek Radosz 2021-11-15 00:40:19 +01:00 committed by GitHub
parent ec9405df5c
commit 5fc1dee14d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<section class="user-secondary-navigation group-assignments"> <section class="user-secondary-navigation group-assignments">
{{#mobile-nav class="activity-nav" desktopClass="action-list activity-list nav-stacked" currentPath=router._router.currentPath}} {{#mobile-nav class="activity-nav" desktopClass="action-list activity-list nav-stacked"}}
{{#if isDesktop}} {{#if isDesktop}}
<div class="search-div"> <div class="search-div">
{{input {{input