TF-3410 Fix wrong text style avatar icon

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-03-12 14:41:11 +07:00
committed by Dat H. Pham
parent c4622a73a4
commit a31aec8c74
3 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ class PresentationEmail with EquatableMixin, SearchSnippetMixin {
String getAvatarText() {
if (getSenderName().isNotEmpty) {
return getSenderName().firstLetterToUpperCase;
return getSenderName().firstCharacterToUpperCase;
}
return '';
}