diff --git a/resources/assets/js/pages/manage.vue b/resources/assets/js/pages/manage.vue index a43d406ba..59585106b 100644 --- a/resources/assets/js/pages/manage.vue +++ b/resources/assets/js/pages/manage.vue @@ -1074,7 +1074,7 @@ export default { this.__notificationId = id; // const notificationFuncA = async (title) => { - const tempUser = (await this.$store.dispatch("getUserData", userid).catch(_ => {}))?.data; + const tempUser = await this.$store.dispatch("getUserData", userid).catch(_ => {}); if (dialog_type === 'group' && tempUser) { title = `${title} (${tempUser.nickname})` }