From ab601d3abb903e4279fb7d247d00c9d482b13203 Mon Sep 17 00:00:00 2001 From: "adeel.tajamul" Date: Thu, 24 Feb 2022 16:46:02 +0500 Subject: [PATCH] fix: removed legacy indicator of unread post --- src/discussions/posts/post/PostLink.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/discussions/posts/post/PostLink.jsx b/src/discussions/posts/post/PostLink.jsx index 46789390..327a401a 100644 --- a/src/discussions/posts/post/PostLink.jsx +++ b/src/discussions/posts/post/PostLink.jsx @@ -5,7 +5,7 @@ import { Link } from 'react-router-dom'; import { injectIntl, intlShape } from '@edx/frontend-platform/i18n'; import { Badge, Icon } from '@edx/paragon'; -import { Flag, Pin, Unread } from '@edx/paragon/icons'; +import { Flag, Pin } from '@edx/paragon/icons'; import { Routes, ThreadType } from '../../../data/constants'; import AuthorLabel from '../../common/AuthorLabel'; @@ -55,7 +55,6 @@ function PostLink({ borderRightStyle: 'solid', } : null} > -