File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
web/src/pages/Resolver/NavigationButtons Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ const NextButton: React.FC<INextButton> = ({ nextRoute }) => {
4141 const isButtonDisabled =
4242 ( location . pathname . includes ( "/resolver/title" ) && ! disputeData . title ) ||
4343 ( location . pathname . includes ( "/resolver/description" ) && ! disputeData . description ) ||
44- ( location . pathname . includes ( "/resolver/court" ) && ( ! disputeData . courtId || ! isGatedTokenValid ) ) ||
44+ ( location . pathname . includes ( "/resolver/court" ) &&
45+ ( ! disputeData . courtId || ! isGatedTokenValid || ! disputeData . disputeKitId ) ) ||
4546 ( location . pathname . includes ( "/resolver/jurors" ) && ! disputeData . arbitrationCost ) ||
4647 ( location . pathname . includes ( "/resolver/voting-options" ) && ! areVotingOptionsFilled ) ||
4748 ( location . pathname . includes ( "/resolver/notable-persons" ) && ! areAliasesValidOrEmpty ) ||
You can’t perform that action at this time.
0 commit comments