Skip to content

Commit

Permalink
fix: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
janthijs committed Oct 31, 2023
1 parent 2274474 commit 6adf245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/pages/VergunningDetail/RvvSloterweg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function getRVVSloterwegLineItems(
});
}

if (isGranted && !isExpired && !isMatured && !isRevoked) {
if (isGranted && !isExpired && !hasDecision) {
lineItems.push({
id: 'status-verlopen-placeholder',
status: 'Verlopen',
Expand Down

0 comments on commit 6adf245

Please sign in to comment.