Fix follow request count
This commit is contained in:
parent
3fe498fa62
commit
12b0561992
|
@ -16,7 +16,7 @@ const api = {
|
|||
followRequests: []
|
||||
},
|
||||
getters: {
|
||||
followRequestCount: state => state.api.followRequests.length
|
||||
followRequestCount: state => state.followRequests.length
|
||||
},
|
||||
mutations: {
|
||||
setBackendInteractor (state, backendInteractor) {
|
||||
|
|
Loading…
Reference in New Issue