From 8f2134248c8db69f366a66aed14f021b09594169 Mon Sep 17 00:00:00 2001 From: Andrii Kostenko Date: Thu, 13 Nov 2025 12:31:03 +0000 Subject: [PATCH] tablename mobile --- frontend/src/app/components/dashboard/dashboard.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/app/components/dashboard/dashboard.component.ts b/frontend/src/app/components/dashboard/dashboard.component.ts index efd97516d..bde1a4155 100644 --- a/frontend/src/app/components/dashboard/dashboard.component.ts +++ b/frontend/src/app/components/dashboard/dashboard.component.ts @@ -242,8 +242,7 @@ export class DashboardComponent implements OnInit, OnDestroy { return result; }, ''); - if (tableItem.display_name) return {...tableItem, initials: initials.slice(0, 2)} - else return {...tableItem, normalizedTableName, initials: initials.slice(0, 2)} + return {...tableItem, normalizedTableName, initials: initials.slice(0, 2)} }) }