Merged in chore/apply-lint-fix (pull request #3312)
chore: Apply lint:fix on booking-flow * run lint:fix Approved-by: Bianca Widstam
This commit is contained in:
@@ -57,7 +57,7 @@ export function Header({
|
||||
return (
|
||||
<header className={styles.header}>
|
||||
<hgroup className={styles.hgroup}>
|
||||
<Typography variant={"Title/md"}>
|
||||
<Typography variant="Title/md">
|
||||
<h2 className={styles.confirmTitle}>
|
||||
{intl.formatMessage({
|
||||
id: "bookingConfirmation.title",
|
||||
@@ -65,7 +65,7 @@ export function Header({
|
||||
})}
|
||||
</h2>
|
||||
</Typography>
|
||||
<Typography variant={"Title/md"}>
|
||||
<Typography variant="Title/md">
|
||||
<h2 className={styles.hotelTitle}>{hotel.name}</h2>
|
||||
</Typography>
|
||||
</hgroup>
|
||||
|
||||
Reference in New Issue
Block a user