Skip to content

Commit

Permalink
Merge pull request #113 from CudoVentures/cudos-dev
Browse files Browse the repository at this point in the history
Cudos dev to master for release 1.0.3.2
  • Loading branch information
maptuhec authored Oct 12, 2022
2 parents 276f33e + 3dbc1c6 commit ab22f3c
Show file tree
Hide file tree
Showing 12 changed files with 389 additions and 275 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"bignumber.js": "^9.0.2",
"copy-to-clipboard": "^3.3.1",
"cosmjs-types": "^0.4.1",
"cudosjs": "^1.0.0",
"cudosjs": "^1.1.1",
"dompurify": "^2.3.8",
"graphql": "^16.3.0",
"graphql-ws": "^5.6.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ const Proposals: React.FC<ProposalProps> = ({ handleModal, modalProps }) => {
) {
return FailureMessage.CREATING_PROPOSAL_FAILED_TO_UNMARSHAL_END_USER
}
if (error.includes(FailureMessage.UNSUPPORTED_PROPOSAL_TYPE)) {
return FailureMessage.UNSUPPORTED_PROPOSAL_TYPE_END_USER
}
return FailureMessage.DEFAULT_PROPOSAL_FAILED
}

Expand Down
Loading

0 comments on commit ab22f3c

Please sign in to comment.