mirror of
https://github.com/vercel/commerce.git
synced 2025-07-30 13:41:22 +00:00
Run prettier fix on all files (#581)
This commit is contained in:
@@ -43,8 +43,8 @@ const FeatureBar = dynamic(
|
||||
)
|
||||
|
||||
const Modal = dynamic(
|
||||
() => import('@components/ui/Modal'),
|
||||
Object.assign(dynamicProps, {ssr: false})
|
||||
() => import('@components/ui/Modal'),
|
||||
Object.assign(dynamicProps, { ssr: false })
|
||||
)
|
||||
|
||||
interface Props {
|
||||
|
Reference in New Issue
Block a user