Update txdetail.html

pull/541/head
jagdeep sidhu 2020-12-21 21:13:44 -08:00
parent 8e3346f822
commit 33a9856b5f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
{{- if $tx.FeesSat -}}
<span class="txvalues txvalues-default">Fee: {{formatAmount $tx.FeesSat}} {{$cs}}</span>
{{- end -}}
{{- range $tokenTransfer := $tx.TokenTransferSummary -}}{{if and $tokenTransfer ($tokenTransfer.Fee > 0)}}
{{- range $tokenTransfer := $tx.TokenTransferSummary -}}{{if and $tokenTransfer $tokenTransfer.Fee}}
<span class="txvalues txvalues-default">Fee: {{formatAmountWithDecimals $tokenTransfer.Fee}} {{formatDecodeBase64 $tokenTransfer.Symbol}}</span>
{{- end -}}{{- end -}}
</div>