Skip to content

Commit b286fc8

Browse files
committed
Revert "fix: issue #1169 submission tab"
This reverts commit 2f5a96c.
1 parent 2f5a96c commit b286fc8

File tree

1 file changed

+1
-1
lines changed
  • src/components/ChallengeEditor/ChallengeViewTabs

1 file changed

+1
-1
lines changed

src/components/ChallengeEditor/ChallengeViewTabs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const ChallengeViewTabs = ({
136136
REGISTRANTS ({registrants.length})
137137
</a>
138138
) : null}
139-
{submissions.length ? (
139+
{challengeSubmissions.length ? (
140140
<a
141141
tabIndex='2'
142142
role='tab'

0 commit comments

Comments
 (0)