From ff99723c1337f447a1c8047388252600c7f4dd89 Mon Sep 17 00:00:00 2001 From: Efren Lim Date: Tue, 1 Oct 2024 10:42:34 +0800 Subject: [PATCH] fix style error Signed-off-by: Efren Lim --- js/TodoFooter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/TodoFooter.js b/js/TodoFooter.js index 47612ae..5741238 100644 --- a/js/TodoFooter.js +++ b/js/TodoFooter.js @@ -29,7 +29,7 @@ export default function TodoFooter({ activeCount, completedCount, showTodos, onC {completedCount > 0 ? ( - ) : null}