diff --git a/src/Preview/Footer.tsx b/src/Preview/Footer.tsx index f93e66d..de08f3e 100644 --- a/src/Preview/Footer.tsx +++ b/src/Preview/Footer.tsx @@ -86,7 +86,7 @@ export default function Footer(props: FooterProps) { // >>>>> Progress const progressNode = showProgress && (
- {countRender ? countRender(current + 1, count) : `${current + 1} / ${count}`} + {countRender ? countRender(current + 1, count) : {`${current + 1} / ${count}`}}
);