Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
rollback package
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-ly committed May 13, 2022
1 parent 8f253c6 commit dd6367f
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 178 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@ledgerhq/hw-transport": "6.27.1",
"@ledgerhq/hw-transport-http": "6.27.1",
"@ledgerhq/hw-transport-node-hid-singleton": "6.27.1",
"@ledgerhq/live-common": "https://github.com/LedgerHQ/ledger-live-common.git#3ab2060b5a4a9f5bebf9defbbda7be69d7cff9de",
"@ledgerhq/live-common": "22.0.3",
"@ledgerhq/logs": "6.10.0",
"@ledgerhq/react-ui": "^0.7.5",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/families/cosmos/DelegationFlowModal/Body.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const Body = ({

const handleRetry = useCallback(() => {
setTransactionError(null);
onChangeStepId("connectDevice");
onChangeStepId("validator");
}, [onChangeStepId]);

const handleTransactionError = useCallback((error: Error) => {
Expand Down
Loading

0 comments on commit dd6367f

Please sign in to comment.