From 80c0e45595e4425522d0a917b2da3e6a3cd25ab2 Mon Sep 17 00:00:00 2001 From: Aryan Raj Date: Mon, 14 Oct 2024 20:54:48 +0530 Subject: [PATCH] conflict check --- library/src/containers/Sidebar/Sidebar.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/library/src/containers/Sidebar/Sidebar.tsx b/library/src/containers/Sidebar/Sidebar.tsx index d759cbe6e..275e5eb19 100644 --- a/library/src/containers/Sidebar/Sidebar.tsx +++ b/library/src/containers/Sidebar/Sidebar.tsx @@ -348,12 +348,7 @@ const OperationItem: React.FunctionComponent = ({ config, isAsyncAPIv2, }); - const bgColors = [ - 'bg-red-600', - 'bg-orange-600', - 'bg-green-600', - 'bg-blue-600' - ]; + const bgColors = ['bg-red-600', 'bg-orange-600', 'bg-green-600', 'bg-blue-600',]; return (