Skip to content

Commit

Permalink
Remove duplicate My Submissions tab on marathon match challenge details
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed Oct 3, 2023
1 parent ea7a1ef commit 3a9a745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export default function ChallengeViewSelector(props) {
) : null
}
{
(hasRegistered && mySubmissions.length > 0) && (
(hasRegistered && !isMM && mySubmissions && mySubmissions.length > 0) && (
<Link
to={`/challenges/${challenge.id}/my-submissions`}
styleName="challenge-selector-common challenge-unselected-view"
Expand Down

0 comments on commit 3a9a745

Please sign in to comment.