From 7840c8470cc3c7c536261140e8a0132121b27a68 Mon Sep 17 00:00:00 2001 From: Hugh Lyu Date: Fri, 2 Feb 2024 21:58:37 -0800 Subject: [PATCH] chore: cleaning redundant styles --- ui/src/app/[locale]/chats/(chat-layout)/layout.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui/src/app/[locale]/chats/(chat-layout)/layout.tsx b/ui/src/app/[locale]/chats/(chat-layout)/layout.tsx index 561f0ec4..7d0edb98 100644 --- a/ui/src/app/[locale]/chats/(chat-layout)/layout.tsx +++ b/ui/src/app/[locale]/chats/(chat-layout)/layout.tsx @@ -62,15 +62,13 @@ const LayoutPage = ({ children }: PropsWithChildren) => {
-
- {children} -
+
{children}
);