Skip to content

Commit

Permalink
disable eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali145 committed Aug 20, 2024
1 parent c511b4d commit 730cebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/NotificationsBanner/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { PageBanner, Hyperlink } from '@openedx/paragon';

import messages from './messages';

// eslint-disable-next-line no-confusing-arrow
export const NotificationsBanner = () => _.isEmpty(getConfig().ACCOUNT_SETTINGS_URL) ? null : (
<PageBanner variant="accentB">
<span>
Expand Down

0 comments on commit 730cebf

Please sign in to comment.