Skip to content

Commit

Permalink
chore: more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Dec 20, 2024
1 parent 3e7c4ac commit 16d6007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/SitewideBanner/SitewideBanner.test.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { shallow } from 'enzyme';
import Cookies from 'js-cookie'; // eslint-disable-line import/no-extraneous-dependencies
import { Alert } from 'react-bootstrap'; // eslint-disable-line import/no-extraneous-dependencies
import Cookies from 'js-cookie';
import { Alert } from 'react-bootstrap';
import SitewideBanner from './index';

describe('SitewideBanner', () => {
Expand Down
2 changes: 1 addition & 1 deletion src/components/SitewideBanner/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const SitewideBanner = ({
</Container>
</Alert>
);
} else {
} else { // eslint-disable-line no-else-return
return null;
}
};
Expand Down

0 comments on commit 16d6007

Please sign in to comment.