use bolt icon in view

This commit is contained in:
Kukks
2019-01-08 13:52:44 +01:00
parent bffc2e70c1
commit caadfc8641

View File

@@ -96,7 +96,8 @@
<b-tooltip target="raised-amount" v-if="paymentStats && paymentStats.length > 0">
<ul class="p-0 text-uppercase">
<li v-for="stat of paymentStats" style="list-style-type: none">
{{stat.label}} {{stat.value}}
{{stat.label}} <span v-if="stat.lightning" class="fa fa-bolt"></span> {{stat.value}}
</li>
</ul>
</b-tooltip>