File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
pages/Resolver/NavigationButtons Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export interface IDisputeTemplate {
2828 arbitrableChainID ?: string ;
2929 arbitratorAddress ?: string ;
3030 arbitratorChainID ?: string ;
31- category : string ;
31+ category ? : string ;
3232 description : string ;
3333 frontendUrl ?: string ;
3434 lang ?: string ;
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ const NextButton: React.FC<INextButton> = ({ nextRoute }) => {
2929 ( location . pathname . includes ( "/resolver/title" ) && ! disputeData . title ) ||
3030 ( location . pathname . includes ( "/resolver/description" ) && ! disputeData . description ) ||
3131 ( location . pathname . includes ( "/resolver/court" ) && ! disputeData . courtId ) ||
32- ( location . pathname . includes ( "/resolver/category" ) && ! disputeData . category ) ||
3332 ( location . pathname . includes ( "/resolver/jurors" ) && ! disputeData . arbitrationCost ) ||
3433 ( location . pathname . includes ( "/resolver/voting-options" ) && ! areVotingOptionsFilled ) ||
3534 ( location . pathname . includes ( "/resolver/notable-persons" ) && ! areFilledAddressesValid ) ||
You can’t perform that action at this time.
0 commit comments