Merged in fix/BOOK-529-new-icon (pull request #3290)
Fix/BOOK-529 new icon * fix(BOOK-529): add new icon, remove scroll again * fix(BOOK-529): remove divider when no saved card Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -9,3 +9,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.form::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -161,7 +161,7 @@ export default function Form({ error }: FormProps) {
|
||||
</p>
|
||||
</Typography>
|
||||
</div>
|
||||
{savedCreditCards && <Divider />}
|
||||
{!!savedCreditCards?.length && <Divider />}
|
||||
<SelectPaymentMethod
|
||||
paymentMethods={(savedCreditCards ?? []).map((card) => ({
|
||||
...card,
|
||||
|
||||
@@ -26,7 +26,7 @@ export default function GuaranteeLateArrival() {
|
||||
}
|
||||
|
||||
const text = intl.formatMessage({
|
||||
id: "myStay.gla.heading",
|
||||
id: "myStay.gla.addLateArrivalGuarantee",
|
||||
defaultMessage: "Add late arrival guarantee",
|
||||
})
|
||||
|
||||
@@ -35,7 +35,7 @@ export default function GuaranteeLateArrival() {
|
||||
<ActionsButton
|
||||
onPress={trackGuaranteeLateArrival}
|
||||
text={text}
|
||||
icon="check"
|
||||
icon="lock_clock"
|
||||
/>
|
||||
<Modal>
|
||||
<GuaranteeDialog />
|
||||
|
||||
Reference in New Issue
Block a user