chore: css fixes

This commit is contained in:
Arvid Norlin
2024-05-23 15:42:52 +02:00
parent 6cb1ee5385
commit 470e308480
5 changed files with 15 additions and 18 deletions

View File

@@ -21,13 +21,5 @@ export type Page = {
export type RowProps = {
lang: Lang
transaction: {
checkinDate: string
checkoutDate: string
awardPoints: number
hotelName?: string
city?: string
nights: number
confirmationNumber: string
}
transaction: Transaction
}