-
-
-
-
+
{{ user.nickname }}
diff --git a/src/components/ui/VnAvatar.vue b/src/components/ui/VnAvatar.vue
index 287f741e0..1cc6ef795 100644
--- a/src/components/ui/VnAvatar.vue
+++ b/src/components/ui/VnAvatar.vue
@@ -9,6 +9,7 @@ const $props = defineProps({
description: { type: String, default: null },
size: { type: String, default: null },
title: { type: String, default: null },
+ color: { type: Boolean, default: true },
});
const { getTokenMultimedia } = useSession();
const token = getTokenMultimedia();
@@ -21,7 +22,7 @@ const showLetter = ref(false);