Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Mar 13, 2018
1 parent 0189a41 commit e8e6825
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/services/sfox.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ function sfox ($q, MyWallet, MyWalletHelpers, Alerts, modals, Env, Exchange, cur
: trade.receiveAmount * 1e8;

let tradingFee = quote ? parseFloat(quote.feeAmount) : parseFloat(trade.feeAmount);

let fiatAmount = quote
? quote.baseCurrency === 'USD' ? quote.baseAmount - tradingFee : quote.quoteAmount - tradingFee
: trade.inAmount / 1e8 - trade.feeAmount;
Expand Down

0 comments on commit e8e6825

Please sign in to comment.