Merged in fix/3697-prettier-configs (pull request #3396)
fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
'use client'
|
||||
"use client"
|
||||
|
||||
import { useState } from 'react'
|
||||
import { Button as ButtonRAC } from 'react-aria-components'
|
||||
import { useIntl } from 'react-intl'
|
||||
import { useState } from "react"
|
||||
import { Button as ButtonRAC } from "react-aria-components"
|
||||
import { useIntl } from "react-intl"
|
||||
|
||||
import { FacilityToIcon } from '../..//FacilityToIcon'
|
||||
import { Typography } from '../../Typography'
|
||||
import { FacilityToIcon } from "../..//FacilityToIcon"
|
||||
import { Typography } from "../../Typography"
|
||||
|
||||
import styles from './hotelDescription.module.css'
|
||||
import { FacilityEnum } from '@scandic-hotels/common/constants/facilities'
|
||||
import styles from "./hotelDescription.module.css"
|
||||
import { FacilityEnum } from "@scandic-hotels/common/constants/facilities"
|
||||
|
||||
export default function HotelDescription({
|
||||
description,
|
||||
@@ -29,13 +29,13 @@ export default function HotelDescription({
|
||||
}
|
||||
|
||||
const textShowMore = intl.formatMessage({
|
||||
id: 'common.showMore',
|
||||
defaultMessage: 'Show more',
|
||||
id: "common.showMore",
|
||||
defaultMessage: "Show more",
|
||||
})
|
||||
|
||||
const textShowLess = intl.formatMessage({
|
||||
id: 'common.showLess',
|
||||
defaultMessage: 'Show less',
|
||||
id: "common.showLess",
|
||||
defaultMessage: "Show less",
|
||||
})
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user