Run prettier fix on all files (#581)

This commit is contained in:
Gonzalo Pozzo
2021-11-25 09:17:13 -03:00
committed by GitHub
parent 96e990268d
commit 73470c9232
74 changed files with 904 additions and 845 deletions

View File

@@ -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 {