diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/background-tasks/components/StatPendingTime.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/background-tasks/components/StatPendingTime.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/background-tasks/components/StatPendingTime.tsx b/server/sonar-web/src/main/js/apps/background-tasks/components/StatPendingTime.tsx index d52332bbc76..7b4fc52c0f1 100644 --- a/server/sonar-web/src/main/js/apps/background-tasks/components/StatPendingTime.tsx +++ b/server/sonar-web/src/main/js/apps/background-tasks/components/StatPendingTime.tsx @@ -20,8 +20,8 @@ import { HelperHintIcon } from 'design-system'; import * as React from 'react'; import { translate } from '../../../helpers/l10n'; -import { formatMeasure } from '../../../helpers/measures'; import HelpTooltip from '../../../sonar-aligned/components/controls/HelpTooltip'; +import { formatMeasure } from '../../../sonar-aligned/helpers/measures'; // Do not display the pending time for values smaller than this threshold (in ms) const MIN_PENDING_TIME_THRESHOLD = 1000; |