This commit is contained in:
Mark Felder 2019-12-12 13:37:32 -06:00
parent 821a2bcc68
commit 3eeb3dc572
2 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,8 @@
<search-bar
class="nav-icon mobile-hidden"
@toggled="onSearchBarToggled"
@click.stop.native
v-if="currentUser || !privateMode"
@click.stop.native
/>
<router-link
class="mobile-hidden"

View File

@ -1,4 +1,3 @@
import followRequestFetcher from '../../services/follow_request_fetcher/follow_request_fetcher.service'
import { mapState } from 'vuex'
const NavPanel = {