chore: css fixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user