diff --git a/src/components/Event/EventParticipationCard.vue b/src/components/Event/EventParticipationCard.vue index 0376ee13e..f16348da1 100644 --- a/src/components/Event/EventParticipationCard.vue +++ b/src/components/Event/EventParticipationCard.vue @@ -124,9 +124,13 @@ {{ - t("{number} seats left", { - number: seatsLeft, - }) + t( + "{number} seats left", + { + number: seatsLeft, + }, + seatsLeft ?? 0 + ) }}