fix: remove undefined type from badgeTextTransKey prop

This commit is contained in:
Chuma McPhoy
2024-07-11 14:39:01 +02:00
parent 56eeaeb28e
commit 96b2be6ea1

View File

@@ -5,5 +5,5 @@ export interface RoomCardProps {
images: RoomData["attributes"]["content"]["images"]
title: string
subtitle: string
badgeTextTransKey?: string | null
badgeTextTransKey: string | null
}