Fix receive and send
This commit is contained in:
@@ -84,6 +84,7 @@ export function getStateColorName(state: string): StateColorName {
|
||||
return 'warning';
|
||||
case 'ready':
|
||||
case 'signed':
|
||||
case 'complete':
|
||||
case 'broadcast':
|
||||
case 'completed':
|
||||
return 'success';
|
||||
|
||||
Reference in New Issue
Block a user