From e3d4403f5792b1853ad9cc214b718b6ac2e3846f Mon Sep 17 00:00:00 2001 From: Dario Gieselaar Date: Wed, 14 Dec 2022 14:43:51 +0100 Subject: [PATCH] [Profiling] Remove link to 'Other' bucket --- 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}