From 8dcd44753ebf471f6156d43dbebafd7ac550752f Mon Sep 17 00:00:00 2001 From: Tim DiLauro Date: Wed, 6 Dec 2023 21:47:54 -0500 Subject: [PATCH] Remove unused style from Barchart tooltip configuration. --- src/components/LibraryStats.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/components/LibraryStats.tsx b/src/components/LibraryStats.tsx index e76467d8d..a8163341b 100644 --- a/src/components/LibraryStats.tsx +++ b/src/components/LibraryStats.tsx @@ -192,14 +192,7 @@ const renderCollectionsGroup = (chartItems) => { width={125} /> - - } - labelStyle={{ - textDecoration: "underline", - fontWeight: "bold", - }} - /> + } />