Merged in chore/add-formatjs-linting-to-booking-flow (pull request #2761)
chore: Add formatjs linting to booking-flow * Add formatjs linting to booking-flow * Fix lock file Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable formatjs/no-literal-string-in-jsx */
|
||||
import { Button } from "@scandic-hotels/design-system/Button"
|
||||
|
||||
import { useSelectRateContext } from "./SelectRateContext"
|
||||
@@ -33,7 +34,6 @@ export function DebugButton() {
|
||||
}}
|
||||
onClick={handleClick}
|
||||
>
|
||||
{/* // eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
|
||||
DEBUG
|
||||
</Button>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user