File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
web/src/pages/Resolver/NavigationButtons Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const NextButton: React.FC<INextButton> = ({ nextRoute }) => {
25
25
( location . pathname . includes ( "/resolver/title" ) && ! disputeData . title ) ||
26
26
( location . pathname . includes ( "/resolver/description" ) && ! disputeData . description ) ||
27
27
( location . pathname . includes ( "/resolver/court" ) && ! disputeData . courtId ) ||
28
- ( location . pathname . includes ( "/resolver/jurors" ) && ( ! disputeData . numberOfJurors || ! disputeData . arbitrationCost ) ) ||
28
+ ( location . pathname . includes ( "/resolver/jurors" ) && ! disputeData . arbitrationCost ) ||
29
29
( location . pathname . includes ( "/resolver/votingoptions" ) && ! areVotingOptionsFilled ) ||
30
30
( location . pathname . includes ( "/resolver/notablepersons" ) && ! areFilledAddressesValid ) ||
31
31
( location . pathname . includes ( "/resolver/policy" ) && ( isPolicyUploading || ! disputeData . policyURI ) ) ;
You can’t perform that action at this time.
0 commit comments