We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b7810 commit ecfbe5cCopy full SHA for ecfbe5c
src/shared/components/challenge-detail/Header/index.jsx
@@ -177,12 +177,12 @@ export default function ChallengeHeader(props) {
177
theme={{ button: style.challengeAction }}
178
>Unregister</DangerButton>
179
) : (
180
- <PrimaryButton
181
- disabled={registering || registrationEnded}
182
- onClick={registerForChallenge}
183
- theme={{ button: style.challengeAction }}
184
- >Register</PrimaryButton>
185
- )}
+ <PrimaryButton
+ disabled={registering || registrationEnded}
+ onClick={registerForChallenge}
+ theme={{ button: style.challengeAction }}
+ >Register</PrimaryButton>
+ )}
186
<PrimaryButton
187
disabled={!hasRegistered || unregistering || submissionEnded}
188
0 commit comments