We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfa91c commit 2ce3b83Copy full SHA for 2ce3b83
src/javascript/binary/websocket_pages/user/account/settings/settings_detailsws.js
@@ -157,7 +157,7 @@ var SettingsDetailsWS = (function() {
157
return $(s).val().trim();
158
}
159
setDetails(toJPSettings({
160
- hedgeAssetAmount : data.hedge_asset_amount,
+ hedgeAssetAmount : trim('#HedgeAssetAmount'),
161
annualIncome : trim('#AnnualIncome'),
162
financialAsset : trim('#FinancialAsset'),
163
occupation : trim('#Occupation'),
0 commit comments