Merge branch 'from/develop/tusooa/fix-follow-req' into 'develop'

Fix follow request count

See merge request pleroma/pleroma-fe!1638
merge-requests/1699/head
HJ 2 years ago
commit de40ebd5ea

@ -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…
Cancel
Save