mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49: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 (isReceived) {
|
||||||
if (isCancelled) {
|
if (isCancelled) {
|
||||||
return assets.receive;
|
return assets.receiveCancelled;
|
||||||
}
|
}
|
||||||
if (isPending) {
|
if (isPending) {
|
||||||
return assets.receivePending;
|
return assets.receivePending;
|
||||||
|
|
Loading…
Reference in a new issue