We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a78295 commit 94865bbCopy full SHA for 94865bb
packages/extension-chakra-storefront/src/components/offline-banner/index.jsx
@@ -17,8 +17,6 @@ import {AlertIcon} from '../icons'
17
const OfflineBanner = () => {
18
const intl = useIntl()
19
const recipe = useSlotRecipe({key: 'offlineBanner'})
20
- const recipe1 = useSlotRecipe({key: 'alert'})
21
- console.log('recipe1()', recipe1())
22
23
const styles = recipe()
24
return (
0 commit comments