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