From 1798ad8ff682b6c00f874660c7e51c1bac8a4aaf Mon Sep 17 00:00:00 2001 From: Dario Gieselaar Date: Wed, 14 Dec 2022 16:57:32 +0100 Subject: [PATCH] [Profiling] Remove link to 'Other' bucket (#147523) Closes https://github.com/elastic/prodfiler/issues/2739 (cherry picked from commit f2fcb1c5afc19f8439dfff4c4137e1b2253478dc) --- x-pack/plugins/profiling/public/components/subchart.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/plugins/profiling/public/components/subchart.tsx b/x-pack/plugins/profiling/public/components/subchart.tsx index 0dc017bbdf5f3..106f0f53ad8e8 100644 --- a/x-pack/plugins/profiling/public/components/subchart.tsx +++ b/x-pack/plugins/profiling/public/components/subchart.tsx @@ -187,6 +187,8 @@ export const SubChart: React.FC = ({ onShowMoreClick?.()}> {label} + ) : category === OTHER_BUCKET_LABEL ? ( + {label} ) : ( {label}