mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
added pending view
This commit is contained in:
@@ -108,6 +108,7 @@ const Board = () => {
|
||||
const onChallenge = async (challenges, comment) => {
|
||||
setPendingComment(comment);
|
||||
let challengeAnswers = [];
|
||||
navigate(`/p/${selectedAddress}/c/pending`)
|
||||
|
||||
try {
|
||||
challengeAnswers = await getChallengeAnswersFromUser(challenges)
|
||||
|
||||
Reference in New Issue
Block a user