mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-24 20:00:39 -04:00
fix(client): conditionally render tag wrapper (#55368)
This commit is contained in:
@@ -271,16 +271,16 @@ class Block extends Component<BlockProps> {
|
||||
progressBarRender}
|
||||
</button>
|
||||
</h3>
|
||||
<div className='tags-wrapper'>
|
||||
{!isAudited && (
|
||||
{!isAudited && (
|
||||
<div className='tags-wrapper'>
|
||||
<Link
|
||||
className='cert-tag'
|
||||
to={t('links:help-translate-link-url')}
|
||||
>
|
||||
{t('misc.translation-pending')}
|
||||
</Link>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
{isExpanded && <BlockIntros intros={blockIntroArr} />}
|
||||
{isExpanded && (
|
||||
<Challenges
|
||||
|
||||
Reference in New Issue
Block a user