Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxh committed Jan 30, 2025
1 parent 364be22 commit 71aa681
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,9 @@ const Header = ({
'@salesforce/extension-chakra-store-locator'
)
const isStoreLocatorEnabled = !!storeLocatorExtension && storeLocatorExtension.isEnabled
const {openModal} = useApplicationExtensionsStore(
(state) => {
return state.state['@salesforce/extension-chakra-store-locator'] || {}
}
)
const {openModal} = useApplicationExtensionsStore((state) => {
return state.state['@salesforce/extension-chakra-store-locator'] || {}
})

const [showLoading, setShowLoading] = useState(false)
// tracking if users enter the popover Content,
Expand Down

0 comments on commit 71aa681

Please sign in to comment.