From eb55c1dc915aaf0e0963263d7e1452f8d8e43aea Mon Sep 17 00:00:00 2001 From: sahandilshan Date: Fri, 7 Jun 2024 14:56:21 +0530 Subject: [PATCH] Fix lint issue --- features/common.ai.v1/components/ai-loading-screen.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/common.ai.v1/components/ai-loading-screen.tsx b/features/common.ai.v1/components/ai-loading-screen.tsx index e490183f8f3..554fc1b36b1 100644 --- a/features/common.ai.v1/components/ai-loading-screen.tsx +++ b/features/common.ai.v1/components/ai-loading-screen.tsx @@ -84,7 +84,8 @@ const AILoadingScreen = (props: AILoadingScreenProps): ReactElement => { { !isAnimatedBotDisabled && ( -
+
)