From 8ad1e2920f8a5e43b80990e2432ecab9d94263fd Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Fri, 15 Jul 2022 08:36:26 +0200 Subject: [PATCH] Update frontend/src/pages/Community.vue Co-authored-by: Moriz Wahl --- frontend/src/pages/Community.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index b5907aefa..4774fc3c0 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -89,7 +89,7 @@ export default { data: { listContributions }, } = result this.contributionCount = listContributions.length - this.items = listContributions + this.items = result.data.listContributions // this.toastSuccess(result.data) }) .catch((err) => {