From b23739b37138a3551be6c985cd9217af924ebe37 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Fri, 8 Aug 2025 10:05:35 +0200 Subject: [PATCH] Fix chat link styling based on user chat ID presence --- apps/infoalloggi/src/components/tables/users-table.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/infoalloggi/src/components/tables/users-table.tsx b/apps/infoalloggi/src/components/tables/users-table.tsx index 764e2c7..ac1e74e 100644 --- a/apps/infoalloggi/src/components/tables/users-table.tsx +++ b/apps/infoalloggi/src/components/tables/users-table.tsx @@ -248,8 +248,8 @@ export const UsersTable = (props: { data: UserWChatInfo[] }) => {