diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a31cc8000699b0b6d0310c11fe5c18cc18e9bdb0..162b2b4cb5406d5c6eeede7565f4cf21feef0f84 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -49,6 +49,7 @@ Changed Fixed ~~~~~ +* When accessing the person overview page without a person ID, the avatar image was not displayed properly. * The system tried to send notifications for done background tasks in addition to tasks started in the foreground. * Invitations for existing short name did not work. diff --git a/aleksis/core/frontend/components/person/AvatarContent.vue b/aleksis/core/frontend/components/person/AvatarContent.vue index db9ab41d7588bfeef5029d3fb65d80e377003db8..cf1c4ec6ff13641619a0a05399b6c5d0daf8c579 100644 --- a/aleksis/core/frontend/components/person/AvatarContent.vue +++ b/aleksis/core/frontend/components/person/AvatarContent.vue @@ -45,9 +45,6 @@ export default { id: this.id, }; }, - skip() { - return !this.id; - }, }, }, };