improved error pop-up design

This commit is contained in:
plebbitor
2023-03-14 11:12:46 +01:00
parent ca304d9f23
commit 60e7b0dacc
3 changed files with 3 additions and 4 deletions
-3
View File
@@ -161,9 +161,6 @@ const Catalog = ({ setBodyStyle }) => {
await comment.publishChallengeAnswers(challengeAnswers)
}
}
const onError = (error) => console.error(error)
const getChallengeAnswersFromUser = async (challenges) => {