Skip to content

Commit 94865bb

Browse files
committed
Upgrade chakra ui v3
1 parent 3a78295 commit 94865bb

File tree

1 file changed

+0
-2
lines changed
  • packages/extension-chakra-storefront/src/components/offline-banner

1 file changed

+0
-2
lines changed

packages/extension-chakra-storefront/src/components/offline-banner/index.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ import {AlertIcon} from '../icons'
1717
const OfflineBanner = () => {
1818
const intl = useIntl()
1919
const recipe = useSlotRecipe({key: 'offlineBanner'})
20-
const recipe1 = useSlotRecipe({key: 'alert'})
21-
console.log('recipe1()', recipe1())
2220

2321
const styles = recipe()
2422
return (

0 commit comments

Comments
 (0)