Skip to content

Commit 03869ab

Browse files
committed
chore: eslint issue
1 parent bef98a0 commit 03869ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/course-outline/status-bar/NotificationStatusIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function useDynamicHookShim() {
2121

2222
async function load() {
2323
try {
24-
// eslint-disable-next-line import/no-extraneous-dependencies
24+
// eslint-disable-next-line import/no-extraneous-dependencies, import/no-unresolved
2525
const module = await import('@edx/frontend-plugin-notifications');
2626
const hookFn = module.useAppNotifications ?? module.default;
2727
if (!cancelled) {

0 commit comments

Comments
 (0)