Skip to content

Commit

Permalink
fix: resolved linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AhtishamShahid committed Jan 31, 2024
1 parent ac629c8 commit ac9112f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Notifications/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ import { useEffect } from 'react';

import { getConfig } from '@edx/frontend-platform';
import { logError } from '@edx/frontend-platform/logging';
import { QuestionAnswerOutline, PostOutline, Report, Verified } from '@edx/paragon/icons';
import {
QuestionAnswerOutline,
PostOutline,
Report,
Verified,
} from '@edx/paragon/icons';

export const splitNotificationsByTime = (notificationList) => {
let splittedData = [];
Expand Down

0 comments on commit ac9112f

Please sign in to comment.