fix gap when not logged in

This commit is contained in:
Shpuld Shpuldson 2020-05-08 00:10:49 +03:00
parent 8c5946b728
commit 93baa8b664
3 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@ import Popover from '../popover/popover.vue'
import { mapGetters } from 'vuex'
const ReactButton = {
props: ['status', 'loggedIn'],
props: ['status'],
data () {
return {
filterWord: ''