fixed pendingComment render

This commit is contained in:
plebbitor
2023-04-22 15:12:26 +02:00
parent ff3a311870
commit 6a403256d2
5 changed files with 63 additions and 61 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ const ReplyModal = ({ isOpen, closeModal }) => {
const onChallengeVerification = (challengeVerification) => {
if (challengeVerification.challengeSuccess === true) {
return;
console.log('challenge success');
}
else if (challengeVerification.challengeSuccess === false) {
setErrorMessage('challenge failed', {reason: challengeVerification.reason, errors: challengeVerification.errors});