fix icons when moving bitcoin to addresses from a same wallet
This commit is contained in:
parent
5763002edd
commit
4926a6998d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
ng-class="{
|
ng-class="{
|
||||||
'fi-arrow-left' : btx.action == 'received',
|
'fi-arrow-left' : btx.action == 'received',
|
||||||
'fi-arrow-right': btx.action == 'sent',
|
'fi-arrow-right': btx.action == 'sent',
|
||||||
'fi-arrow-loop': btx.action == 'moved'}"></i>
|
'fi-loop': btx.action == 'moved'}"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue