diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index 1cfa84bd9..c19f5ee0e 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -248,7 +248,7 @@ 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. + // verifyLogin is important at this point so that creation is updated on reload if they are deleted in a session in the admin area. this.verifyLogin() this.updateListContributions({ currentPage: this.currentPage,