forked from AkkomaGang/akkoma-fe
Lint
This commit is contained in:
parent
821a2bcc68
commit
3eeb3dc572
2 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import followRequestFetcher from '../../services/follow_request_fetcher/follow_request_fetcher.service'
|
||||
import { mapState } from 'vuex'
|
||||
|
||||
const NavPanel = {
|
||||
|
|
Loading…
Reference in a new issue