Fix follow request count

このコミットが含まれているのは:
Tusooa Zhu 2022-09-07 19:52:50 -04:00
コミット 12b0561992
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 7B467EDE43A08224
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -16,7 +16,7 @@ const api = {
followRequests: []
},
getters: {
followRequestCount: state => state.api.followRequests.length
followRequestCount: state => state.followRequests.length
},
mutations: {
setBackendInteractor (state, backendInteractor) {