fix: remove spread operator

This commit is contained in:
Luis Orbaiceta
2021-10-20 11:57:40 +02:00
committed by GitHub
parent 02818d3f17
commit a8f6a9d45c

View File

@@ -44,7 +44,7 @@ const FeatureBar = dynamic(
const Modal = dynamic(
() => import('@components/interface/Modal'),
{...dynamicProps, ssr: false}
Object.assign(dynamicProps, {ssr: false})
)
interface Props {