diff --git a/frontend/app/components/Dashboard/Widgets/PredefinedWidgets/SlowestDomains/SlowestDomains.tsx b/frontend/app/components/Dashboard/Widgets/PredefinedWidgets/SlowestDomains/SlowestDomains.tsx index 2d74e2b39..0f2e6bf54 100644 --- a/frontend/app/components/Dashboard/Widgets/PredefinedWidgets/SlowestDomains/SlowestDomains.tsx +++ b/frontend/app/components/Dashboard/Widgets/PredefinedWidgets/SlowestDomains/SlowestDomains.tsx @@ -15,7 +15,7 @@ function SlowestDomains(props: Props) {
{metric.data.chart.map((item, i) => @@ -33,4 +33,4 @@ function SlowestDomains(props: Props) { ); } -export default SlowestDomains; \ No newline at end of file +export default SlowestDomains;