mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
revert inadvertent tx_icon change
whoopsie
This commit is contained in:
parent
1781774d45
commit
8d6c355b95
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class TxIcon extends ConsumerWidget {
|
|||
|
||||
if (isReceived) {
|
||||
if (isCancelled) {
|
||||
return assets.receive;
|
||||
return assets.receiveCancelled;
|
||||
}
|
||||
if (isPending) {
|
||||
return assets.receivePending;
|
||||
|
|
Loading…
Reference in a new issue