Skip to content

Commit

Permalink
fix: remove double RVV in title
Browse files Browse the repository at this point in the history
  • Loading branch information
janthijs committed Nov 14, 2023
1 parent 8c1ab35 commit cf237e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/services/vergunningen/vergunningen-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export const notificationContent: NotificationContent = {
description: (item) =>
`Wij hebben uw aanvraag voor een${
(item as RVVSloterweg).requestType === 'Wijziging'
? ' kentekenwijziging RVV ontheffing'
? ' kentekenwijziging'
: ''
}
RVV ontheffing ${(item as RVVSloterweg).area}
Expand All @@ -305,7 +305,7 @@ export const notificationContent: NotificationContent = {
description: (item) =>
`Wij hebben uw aanvraag voor een${
(item as RVVSloterweg).requestType === 'Wijziging'
? ' kentekenwijziging RVV ontheffing'
? ' kentekenwijziging'
: ''
}
RVV ontheffing ${(item as RVVSloterweg).area}
Expand Down

0 comments on commit cf237e6

Please sign in to comment.