fix: remove undefined type from badgeTextTransKey prop
This commit is contained in:
@@ -5,5 +5,5 @@ export interface RoomCardProps {
|
||||
images: RoomData["attributes"]["content"]["images"]
|
||||
title: string
|
||||
subtitle: string
|
||||
badgeTextTransKey?: string | null
|
||||
badgeTextTransKey: string | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user