From 6adf245ee3af116fa4d2ec5ca41a42df480684f6 Mon Sep 17 00:00:00 2001 From: Jan Thijs <92784122+janthijs@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:43:23 +0100 Subject: [PATCH] fix: simplify --- src/client/pages/VergunningDetail/RvvSloterweg.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/pages/VergunningDetail/RvvSloterweg.tsx b/src/client/pages/VergunningDetail/RvvSloterweg.tsx index c5f9559e9a..35d799b102 100644 --- a/src/client/pages/VergunningDetail/RvvSloterweg.tsx +++ b/src/client/pages/VergunningDetail/RvvSloterweg.tsx @@ -108,7 +108,7 @@ export function getRVVSloterwegLineItems( }); } - if (isGranted && !isExpired && !isMatured && !isRevoked) { + if (isGranted && !isExpired && !hasDecision) { lineItems.push({ id: 'status-verlopen-placeholder', status: 'Verlopen',