Display completed on completed events
This commit is contained in:
parent
c968384827
commit
f4b3e8101c
@ -463,7 +463,9 @@ export default function () {
|
||||
{event.pending
|
||||
? "Pending"
|
||||
: event.approved
|
||||
? "Approved"
|
||||
? event.performed_at
|
||||
? "Completed"
|
||||
: "Approved"
|
||||
: "Denied"}
|
||||
</Text>
|
||||
<span
|
||||
|
Loading…
x
Reference in New Issue
Block a user