From 810e97605b032e7b254257fd8553b9c6773da2f7 Mon Sep 17 00:00:00 2001 From: sylenien Date: Fri, 24 Jun 2022 17:20:16 +0200 Subject: [PATCH] fix(ui): fix for js errors widget styles --- .../components/Errors/ErrorListItem/ErrorListItem.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Dashboard/components/Errors/ErrorListItem/ErrorListItem.tsx b/frontend/app/components/Dashboard/components/Errors/ErrorListItem/ErrorListItem.tsx index bb91826a6..d6e52638f 100644 --- a/frontend/app/components/Dashboard/components/Errors/ErrorListItem/ErrorListItem.tsx +++ b/frontend/app/components/Dashboard/components/Errors/ErrorListItem/ErrorListItem.tsx @@ -27,7 +27,7 @@ function ErrorListItem(props: Props) { // } return (
@@ -89,4 +89,4 @@ const CustomTooltip = ({ active, payload, label }: any) => { } return null; - }; \ No newline at end of file + };