From e8a6b54022b592b73b45fb8dca1d0181523b5426 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Tue, 2 Dec 2025 10:08:50 +0330 Subject: [PATCH] add whitespace-pre-line for tickets --- src/pages/ticket/Detail.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ticket/Detail.tsx b/src/pages/ticket/Detail.tsx index 8b3db3a..da15f4b 100644 --- a/src/pages/ticket/Detail.tsx +++ b/src/pages/ticket/Detail.tsx @@ -126,7 +126,7 @@ const TicketDetail: FC = () => { if (item?.author?.roles[0]?.name === 'user') { return (
-
+
{item.content}
@@ -159,7 +159,7 @@ const TicketDetail: FC = () => {
{item.author?.firstName + ' ' + item?.author?.lastName}
-
+
{item.content}