diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index 8f26481d4..2ab9486f9 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -245,6 +245,8 @@ export default { }, }, created() { + // verifyLogin is important at this point so that creation is updated if they are deleted in a session in the admin area. + this.verifyLogin() this.updateListContributions({ currentPage: this.currentPage, pageSize: this.pageSize,