diff options
Diffstat (limited to 'src/webex')
-rw-r--r-- | src/webex/pages/return-coins.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webex/pages/return-coins.tsx b/src/webex/pages/return-coins.tsx index ff998d869..278f8af9d 100644 --- a/src/webex/pages/return-coins.tsx +++ b/src/webex/pages/return-coins.tsx @@ -70,7 +70,7 @@ class ReturnSelectionItem extends React.Component<ReturnSelectionItemProps, Retu }); this.state = { currency: props.balance.byExchange[props.exchangeUrl].available.currency, - selectedValue: Amounts.toFloat(props.balance.byExchange[props.exchangeUrl].available).toString(), + selectedValue: Amounts.toString(props.balance.byExchange[props.exchangeUrl].available), selectedWire: "", supportedWires, }; |