diff --git a/src/components/Avatar/Avatar.vue b/src/components/Avatar/Avatar.vue index 5351e0fc75..89b7ae8a49 100644 --- a/src/components/Avatar/Avatar.vue +++ b/src/components/Avatar/Avatar.vue @@ -274,6 +274,7 @@ export default { && this.showUserStatusCompact && this.hasStatus && this.userStatus.status !== 'dnd' + && this.userStatus.icon }, getUserIdentifier() { if (this.isDisplayNameDefined) {