From cdeb0429be4e9e4c1590e2333bd780e5fa9d1a65 Mon Sep 17 00:00:00 2001 From: Viktor Vorona Date: Wed, 24 Apr 2024 14:52:52 +0200 Subject: SONAR-22049 Align getComponentIssuesUrl and getComponentSecurityHotspotsUrl --- .../src/main/js/apps/overview/pullRequests/PullRequestMetaTopBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/sonar-web/src/main/js/apps/overview/pullRequests/PullRequestMetaTopBar.tsx') diff --git a/server/sonar-web/src/main/js/apps/overview/pullRequests/PullRequestMetaTopBar.tsx b/server/sonar-web/src/main/js/apps/overview/pullRequests/PullRequestMetaTopBar.tsx index aae9b023155..1a248f65983 100644 --- a/server/sonar-web/src/main/js/apps/overview/pullRequests/PullRequestMetaTopBar.tsx +++ b/server/sonar-web/src/main/js/apps/overview/pullRequests/PullRequestMetaTopBar.tsx @@ -20,10 +20,10 @@ import { SeparatorCircleIcon } from 'design-system'; import React from 'react'; import { useIntl } from 'react-intl'; +import { formatMeasure } from '~sonar-aligned/helpers/measures'; import CurrentBranchLikeMergeInformation from '../../../app/components/nav/component/branch-like/CurrentBranchLikeMergeInformation'; import { getLeakValue } from '../../../components/measure/utils'; import { findMeasure } from '../../../helpers/measures'; -import { formatMeasure } from '../../../sonar-aligned/helpers/measures'; import { PullRequest } from '../../../types/branch-like'; import { MetricKey, MetricType } from '../../../types/metrics'; import { MeasureEnhanced } from '../../../types/types'; -- cgit v1.2.3