anastasis-webui: don't show JSON when challenge is solved

This commit is contained in:
Florian Dold 2021-11-05 18:56:48 +01:00
parent a9d2a4654b
commit d69ba24849
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -17,6 +17,7 @@ function OverviewFeedbackDisplay(props: { feedback?: ChallengeFeedback }) {
case ChallengeFeedbackStatus.Solved:
return <div />
case ChallengeFeedbackStatus.Pending:
case ChallengeFeedbackStatus.Solved:
case ChallengeFeedbackStatus.AuthIban:
return null;
case ChallengeFeedbackStatus.ServerFailure: