Skip to content

Commit 11f82f8

Browse files
authored
Merge pull request #399 from shubhendusaurabh/issue-380
fixed #380 submitted header label in mobile devices correction
2 parents 01080a7 + 5b3a8d4 commit 11f82f8

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/challenge-detail/Registrants

1 file changed

+1
-1
lines changed

src/shared/components/challenge-detail/Registrants/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default function Registrants(props) {
9090
</div>
9191
}
9292
<div styleName="col-4">
93-
<div styleName="sm-only title">Round 2 Submitted Date</div>
93+
<div styleName="sm-only title">{isDesign ? 'Round 2 ' : ''}Submitted Date</div>
9494
<div>
9595
<span>
9696
{formatDate(getDate(submissions, r.handle) || r.submissionDate)}

0 commit comments

Comments
 (0)