Add blacklist functionality
This commit is contained in:
parent
a638524249
commit
4640b4a774
6 changed files with 57 additions and 7 deletions
|
|
@ -111,10 +111,10 @@ rowView tx =
|
|||
[ C.CashIn ]
|
||||
|
||||
status =
|
||||
if isJust cashIn.error then
|
||||
"Error"
|
||||
else if cashIn.operatorCompleted then
|
||||
if cashIn.operatorCompleted then
|
||||
"Cancelled"
|
||||
else if isJust cashIn.error then
|
||||
"Error"
|
||||
else if cashIn.sendConfirmed then
|
||||
"Sent"
|
||||
else if cashIn.expired then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue