Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Flip approved/denied text
  • Loading branch information
regalijan committed Oct 26, 2023
1 parent a4eaead commit de1bb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/me.tsx
Expand Up @@ -298,8 +298,8 @@ export default function () {
{result.open
? "Pending"
: result.approved
? "Denied"
: "Approved"}
? "Approved"
: "Denied"}
</Td>
<Td>
<Button
Expand Down

0 comments on commit de1bb2b

Please sign in to comment.