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

Fix follow request count

See merge request pleroma/pleroma-fe!1638
This commit is contained in:
HJ 2022-09-08 10:20:10 +00:00
commit de40ebd5ea

View File

@ -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) {