We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630500c commit 47af3b0Copy full SHA for 47af3b0
packages/extension-chakra-store-locator/src/components/with-store-locator.tsx
@@ -20,7 +20,7 @@ export const withStoreLocator = <P extends object>(
20
config: StoreLocatorConfig
21
): React.ComponentType<P> => {
22
const WithConfig = (props: P) => {
23
- const {isModalOpen = false, closeModal} = useExtensionStore()
+ const {isModalOpen, closeModal} = useExtensionStore()
24
25
return (
26
<StoreLocatorProvider config={config}>
0 commit comments