From cc61a89e31a0bee2efe7a5e773dda06fa5697c7c Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 03:48:56 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- ee/tabby-ui/components/notification-box.tsx | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/ee/tabby-ui/components/notification-box.tsx b/ee/tabby-ui/components/notification-box.tsx index 9fc71b45c359..22a1db242f2e 100644 --- a/ee/tabby-ui/components/notification-box.tsx +++ b/ee/tabby-ui/components/notification-box.tsx @@ -105,21 +105,21 @@ export function NotificationBox({ className, ...rest }: Props) { -
+
Nofitications
-
- + Unread All @@ -168,16 +168,16 @@ interface NotificationItemProps extends HTMLAttributes { function NotificationItem({ data }: NotificationItemProps) { return ( -
-
+
+
{!data.read && ( - + )} {data.title}
-
+
{data.content}
@@ -187,7 +187,7 @@ function NotificationItem({ data }: NotificationItemProps) {
Detail @@ -195,7 +195,7 @@ function NotificationItem({ data }: NotificationItemProps) { {!data.read && (