diff --git a/src/components/dialogs/UserDialog/UserDialog.vue b/src/components/dialogs/UserDialog/UserDialog.vue index e00f820e..e8f84eed 100644 --- a/src/components/dialogs/UserDialog/UserDialog.vue +++ b/src/components/dialogs/UserDialog/UserDialog.vue @@ -931,12 +931,19 @@
{{ t('dialog.user.info.last_activity') }} - {{ userDialog.ref.last_activity | formatDate('long') }} + {{ + timeToText(Date.now() - Date.parse(userDialog.ref.last_activity)) + }}
@@ -2919,8 +2926,6 @@ handleNoteChange(args); } - - function handleNoteChange(args) { // API.$on('NOTE') let _note = '';