feat: add Price details modal
This commit is contained in:
@@ -21,4 +21,4 @@
|
||||
.modalContent {
|
||||
width: 352px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -50,11 +50,11 @@ export default function SpecialRequests() {
|
||||
noPreferenceItem,
|
||||
{
|
||||
value: FloorPreference.HIGH,
|
||||
label: intl.formatMessage({ id: "High level" }),
|
||||
label: intl.formatMessage({ id: "High floor" }),
|
||||
},
|
||||
{
|
||||
value: FloorPreference.LOW,
|
||||
label: intl.formatMessage({ id: "Low level" }),
|
||||
label: intl.formatMessage({ id: "Low floor" }),
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -9,8 +9,8 @@ const stringMatcher =
|
||||
const isValidString = (key: string) => stringMatcher.test(key)
|
||||
|
||||
export enum FloorPreference {
|
||||
LOW = "Low level",
|
||||
HIGH = "High level",
|
||||
LOW = "Low floor",
|
||||
HIGH = "High floor",
|
||||
}
|
||||
|
||||
export enum ElevatorPreference {
|
||||
|
||||
Reference in New Issue
Block a user