\n {`${channelReferenceIdLabel} ${channelReferenceId}`}\n
\n )}\n {channelReferenceId && shouldShowQrCode && (\n \n{resources.emptyLocationsText}
\n{resources.contactInfoHeader}
\n {storeAddress && (\n{resources.storeHoursHeader}
\n {renderStoreHours(storeHours, location, resources)}\n{resources.availabilityInfoHeader}
\n {stockText &&{stockText}
}\n {isCurrentLocation ? (\n{resources.currentLocation}
\n ) : canSelectLocation ? (\n deliveryOptionList.length === 0 ? (\n \n ) : (\n renderPickupModes(props, deliveryOptionList, pickupInStoreButtonText, pickupInStoreAriaLabel)\n )\n ) : (\n false\n )}\n{resources.availabilityInfoHeader}
\n ),\n stockStatus: stockText &&{stockText}
,\n currentLocation:{resources.currentLocation}
,\n pickUpDeliveryOptionButton: (\n \n ),\n pickupModes: renderPickupModes(props, deliveryOptionList, pickupInStoreButtonText, pickupInStoreAriaLabel),\n preferredStoreButton: isPreferredStoreEnabled ? (\n \n ) : null,\n removePreferredStoreButton: isPreferredStoreEnabled ? (\n \n ) : null,\n handlers: {\n onSelected: props.handlers.onSelected,\n onSetAsPreferredStore: props.handlers.onSetAsPreferredStore,\n onRemovePreferredStore: props.handlers.onRemovePreferredStore,\n closeStoreDetailsModal: props.handlers.closeStoreDetailsModal\n }\n };\n\n return viewProps;\n};\n\n/**\n * Store location line item component.\n */\nexport const SelectedStoreComponent = selectedStoreDetails as (props: ISelectedStoreProps) => ISelectedStoreViewProps;\n","/*!\n * Copyright (c) Microsoft Corporation.\n * All rights reserved. See LICENSE in the project root for license information.\n */\n\n///{locationLineItem.resources.contactInfoHeader}
\n {storeAddress && (\n{locationLineItem.resources.storeHoursHeader}
\n {renderStoreHours(storeHours, storeHoursList, locationLineItem.locationOpen, props.resources)}\n{resources.availabilityInfoHeader}
\n {stockText &&{stockText}
}\n{resources.currentLocation}
\n ) : (\n pickUpMethodSelection\n ))}\n{storeSelectorViewProps.resources.contactText}
\n {storeAddress && (\n{storeSelectorViewProps.resources.timeText}
\n {renderStoreHours(selectedStore?.StoreHours, storeHoursList, locationOpen, storeSelectorViewProps.resources)}\n{productAvailability}
\n {stockStatus &&{stockStatus}
}\n