From 95079df93b97e45fe9aa19914937b4112af37699 Mon Sep 17 00:00:00 2001 From: abdur-rayhan <93769929+abdur-rayhan@users.noreply.github.com> Date: Fri, 15 Mar 2024 22:42:36 +0600 Subject: [PATCH] Update tooltip.tsx --- src/components/other/tooltip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} %`}
);