.approved is a number
This commit is contained in:
parent
0e94b0fc2c
commit
2e4150ff41
@ -257,7 +257,7 @@ export default function () {
|
|||||||
<Td>
|
<Td>
|
||||||
{result.open
|
{result.open
|
||||||
? "Pending"
|
? "Pending"
|
||||||
: typeof result.approved === "boolean"
|
: typeof result.approved === "number"
|
||||||
? `${result.approved ? "Accepted" : "Denied"}`
|
? `${result.approved ? "Accepted" : "Denied"}`
|
||||||
: "Unknown"}
|
: "Unknown"}
|
||||||
</Td>
|
</Td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user