Skip to content

Commit 9aef27f

Browse files
committed
lint fix
1 parent 6c92684 commit 9aef27f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/apps/review/src/pages/active-review-assignements/ActiveReviewsPage/ActiveReviewsPage.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ import {
3838
import { ReviewAppContextModel } from '../../../lib/models'
3939
import { SelectOption } from '../../../lib/models/SelectOption.model'
4040
import { getAllowedTypeAbbreviationsByTrack } from '../../../lib/utils/challengeTypesByTrack'
41+
import { IconAiReview } from '../../../lib/assets/icons'
4142

4243
import styles from './ActiveReviewsPage.module.scss'
43-
import { IconAiReview } from '../../../lib/assets/icons'
4444

4545
interface Props {
4646
className?: string
@@ -197,13 +197,12 @@ export const ActiveReviewsPage: FC<Props> = (props: Props) => {
197197
})
198198
}, [loadActiveReviews, sort])
199199

200-
201200
useEffect(() => {
202201
const notification = showBannerNotification({
203-
id: 'ai-review-icon-notification',
204202
icon: <IconAiReview />,
205-
message: `Challenges with this icon indicates that an ​​AI
206-
review has been completed in particular phase.`,
203+
id: 'ai-review-icon-notification',
204+
message: `Challenges with this icon indicate that
205+
one or more AI reviews will be conducted for each member submission.`,
207206
})
208207
return () => notification && removeNotification(notification.id)
209208
}, [showBannerNotification])

0 commit comments

Comments
 (0)