diff --git a/components/ExportButton.js b/components/ExportButton.js index cb32492..b49e391 100644 --- a/components/ExportButton.js +++ b/components/ExportButton.js @@ -16,7 +16,7 @@ function ExportButton({ router, children, color }) { {children === 'COPY EMBED' ? ( - {({ copied }) => } + {({ copied }) => } ) : (