diff --git a/src/components/other/tooltip.tsx b/src/components/other/tooltip.tsx index 7542a14eb..6bb8f8d70 100644 --- a/src/components/other/tooltip.tsx +++ b/src/components/other/tooltip.tsx @@ -138,7 +138,7 @@ export const StandardTooltipContent: React.FC<{ )}

- {!!task.progress && `Progress: ${task.progress} %`} + {`Progress: ${task.progress} %`}

);