feat(SW-706): make eslint rule 'formatjs/no-literal-string-in-jsx' pass
This commit is contained in:
@@ -77,7 +77,9 @@ export default function ManageStay({
|
||||
disabled={allRoomsCancelled}
|
||||
className={styles.manageStayButton}
|
||||
>
|
||||
{intl.formatMessage({ id: "Manage stay" })}
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Manage stay",
|
||||
})}
|
||||
<MaterialIcon
|
||||
icon="keyboard_arrow_down"
|
||||
color={
|
||||
|
||||
Reference in New Issue
Block a user