Skip to content

Commit

Permalink
conflict check
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan4884 committed Oct 17, 2024
1 parent 34764c3 commit a9b3c6a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions library/src/containers/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,11 @@ const OperationItem: React.FunctionComponent<OperationItemProps> = ({
isAsyncAPIv2,
});
const bgColors = [
'bg-red-600',
'bg-orange-600',
'bg-green-600',
'bg-blue-600',
];
'bg-red-600',
'bg-orange-600',
'bg-green-600',
'bg-blue-600',
];

return (
<li key={`menu-operation-list-${operationHrefId}`}>
Expand Down

0 comments on commit a9b3c6a

Please sign in to comment.