From 7375b879677e31a1c549dfa21f36cce2aaa16f4b Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 5 Jun 2024 08:51:04 +0800 Subject: [PATCH] chore: tweak tooltips --- web/src/components/UserStatisticsView.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/src/components/UserStatisticsView.tsx b/web/src/components/UserStatisticsView.tsx index 85f8c804..e841ebe4 100644 --- a/web/src/components/UserStatisticsView.tsx +++ b/web/src/components/UserStatisticsView.tsx @@ -122,13 +122,15 @@ const UserStatisticsView = (props: Props) => { {memoStats.incompleteTasks > 0 && ( <> - + {memoStats.taskList - memoStats.incompleteTasks} / )} - {memoStats.taskList} + + {memoStats.taskList} +