File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/apps/review/src/pages/active-review-assignements/ActiveReviewsPage Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ import {
3838import { ReviewAppContextModel } from '../../../lib/models'
3939import { SelectOption } from '../../../lib/models/SelectOption.model'
4040import { getAllowedTypeAbbreviationsByTrack } from '../../../lib/utils/challengeTypesByTrack'
41+ import { IconAiReview } from '../../../lib/assets/icons'
4142
4243import styles from './ActiveReviewsPage.module.scss'
43- import { IconAiReview } from '../../../lib/assets/icons'
4444
4545interface 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 ] )
You can’t perform that action at this time.
0 commit comments