Skip to content

Commit f1d1881

Browse files
mchappelldanielmainszymonmaslowskithedanhellerrenanvalentin
authored
Merge Release/4.8.0 into Develop (#2867)
Co-authored-by: Daniel Main <[email protected]> Co-authored-by: Szymon Masłowski <[email protected]> Co-authored-by: Danilo Prates <[email protected]> Co-authored-by: Renan Valentin <[email protected]> Co-authored-by: Marcin Mazurek <[email protected]>
1 parent 8f57306 commit f1d1881

File tree

5 files changed

+177
-174
lines changed

5 files changed

+177
-174
lines changed

source/renderer/app/containers/wallet/WalletSendPage.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ class WalletSendPage extends Component<Props> {
6060
assets: selectedAssets,
6161
}));
6262
}
63+
64+
return {
65+
fee,
66+
minimumAda,
67+
};
6368
};
6469

6570
submit = (isHardwareWallet: boolean, walletId: string) => {

0 commit comments

Comments
 (0)