Skip to content

Commit

Permalink
confilct check
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan4884 committed Oct 17, 2024
1 parent 4a58885 commit 4d34e36
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions library/src/containers/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -348,12 +348,8 @@ 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 4d34e36

Please sign in to comment.