diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/shared/DrilldownLink.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/shared/DrilldownLink.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/shared/DrilldownLink.tsx b/server/sonar-web/src/main/js/components/shared/DrilldownLink.tsx index 62a52952146..7b08d04e807 100644 --- a/server/sonar-web/src/main/js/components/shared/DrilldownLink.tsx +++ b/server/sonar-web/src/main/js/components/shared/DrilldownLink.tsx @@ -19,8 +19,8 @@ */ import * as React from 'react'; import { Link } from 'react-router'; -import { getComponentDrilldownUrl, getComponentIssuesUrl } from '../../helpers/urls'; import { getBranchLikeQuery } from '../../helpers/branches'; +import { getComponentDrilldownUrl, getComponentIssuesUrl } from '../../helpers/urls'; const ISSUE_MEASURES = [ 'violations', |