diff --git a/src/Operations.tsx b/src/Operations.tsx index e7091c1..9fcdbeb 100644 --- a/src/Operations.tsx +++ b/src/Operations.tsx @@ -246,7 +246,7 @@ const Operations: React.FC = props => {
{showProgress && (
- {countRender ? countRender(current + 1, count) : `${current + 1} / ${count}`} + {countRender ? countRender(current + 1, count) : {`${current + 1} / ${count}`}}
)}