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