fix gap when not logged in
This commit is contained in:
parent
8c5946b728
commit
93baa8b664
3 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@ import Popover from '../popover/popover.vue'
|
|||
import { mapGetters } from 'vuex'
|
||||
|
||||
const ReactButton = {
|
||||
props: ['status', 'loggedIn'],
|
||||
props: ['status'],
|
||||
data () {
|
||||
return {
|
||||
filterWord: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue