Skip to content

Commit

Permalink
conflict check
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan4884 committed Oct 14, 2024
1 parent 7622c2a commit 80c0e45
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions library/src/containers/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -348,12 +348,7 @@ const OperationItem: React.FunctionComponent<OperationItemProps> = ({
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',];

Check failure on line 351 in library/src/containers/Sidebar/Sidebar.tsx

View workflow job for this annotation

GitHub Actions / Test NodeJS PR - ubuntu-latest

Replace `'bg-red-600',·'bg-orange-600',·'bg-green-600',·'bg-blue-600',` with `⏎····'bg-red-600',⏎····'bg-orange-600',⏎····'bg-green-600',⏎····'bg-blue-600',⏎··`
return (
<li key={`menu-operation-list-${operationHrefId}`}>
<a
Expand Down

0 comments on commit 80c0e45

Please sign in to comment.