Merge branch 'release/2026.03.12' into nation/CASH-623-revert

This commit is contained in:
CarlNation 2026-03-09 13:46:48 -04:00 committed by GitHub
commit a1d9301c46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -301,6 +301,7 @@ export default {
flex-direction: column;
text-align: center;
padding: 0 1rem;
margin-top: 4rem;
& > span {
color: $red;

View file

@ -265,6 +265,7 @@ export default {
.location-info-label {
display: flex;
align-items: center;
line-height: 1.625rem;
&:before {
content: "";

View file

@ -618,9 +618,9 @@ export default {
pricedMobileFeePart,
shopProviderData.data
);
vm.initializeDatePicker().then(() => {
vm.initializeDatePicker().then(async () => {
// vm.showMobileFirstModal(); // KEEP IN CASE WE WANT TO REINSTATE MOBILE FIRST
vm.showMultiLocationModal();
await vm.showMultiLocationModal();
vm.hideLoadingModal();
vm.calendarLoadingStatus = "none";
if (!vm.preSelectedDate) vm.setSelectedDateToFirstAvailable();