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
|
<search-bar
|
||||||
class="nav-icon mobile-hidden"
|
class="nav-icon mobile-hidden"
|
||||||
@toggled="onSearchBarToggled"
|
@toggled="onSearchBarToggled"
|
||||||
@click.stop.native
|
|
||||||
v-if="currentUser || !privateMode"
|
v-if="currentUser || !privateMode"
|
||||||
|
@click.stop.native
|
||||||
/>
|
/>
|
||||||
<router-link
|
<router-link
|
||||||
class="mobile-hidden"
|
class="mobile-hidden"
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import followRequestFetcher from '../../services/follow_request_fetcher/follow_request_fetcher.service'
|
|
||||||
import { mapState } from 'vuex'
|
import { mapState } from 'vuex'
|
||||||
|
|
||||||
const NavPanel = {
|
const NavPanel = {
|
||||||
|
|
Loading…
Reference in a new issue