We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ce935 commit 5a6d6d8Copy full SHA for 5a6d6d8
1 file changed
app/components/Tables/Reimbursements/ReimbursementRow.tsx
@@ -57,7 +57,7 @@ export function ReimbursementRow({
57
onDelete,
58
}: ReimbursementRowProps) {
59
const status = getStatus(item.isApproved, item.rejectionNote);
60
- const showAdminActions = isAdmin && !item.isApproved;
+ const showAdminActions = isAdmin && !item.isApproved && !item.rejectionNote;
61
62
return (
63
<TableRow
0 commit comments