From: 7PH Date: Tue, 4 Jul 2023 09:03:53 +0000 (+0200) Subject: SONAR-19486 Hide keyboard hints in measures page treemap view X-Git-Tag: 10.2.0.77647~464 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8c64d3c673c9ce9c46afcc021b45e4910e35cc56;p=sonarqube.git SONAR-19486 Hide keyboard hints in measures page treemap view --- diff --git a/server/sonar-web/src/main/js/apps/component-measures/components/MeasureContent.tsx b/server/sonar-web/src/main/js/apps/component-measures/components/MeasureContent.tsx index f17ec554765..e217c1e7223 100644 --- a/server/sonar-web/src/main/js/apps/component-measures/components/MeasureContent.tsx +++ b/server/sonar-web/src/main/js/apps/component-measures/components/MeasureContent.tsx @@ -383,16 +383,20 @@ export default class MeasureContent extends React.PureComponent { view={view} /> - - - + {view !== MeasurePageView.treemap && ( + <> + + + + + )} {paging && paging.total > 0 && (