Skip to content

Commit 47af3b0

Browse files
committed
minor fix
1 parent 630500c commit 47af3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/extension-chakra-store-locator/src/components/with-store-locator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const withStoreLocator = <P extends object>(
2020
config: StoreLocatorConfig
2121
): React.ComponentType<P> => {
2222
const WithConfig = (props: P) => {
23-
const {isModalOpen = false, closeModal} = useExtensionStore()
23+
const {isModalOpen, closeModal} = useExtensionStore()
2424

2525
return (
2626
<StoreLocatorProvider config={config}>

0 commit comments

Comments
 (0)