Browse Source

ref(ui): Use Link component in performance http/tables/transactionCell (#69891)

Evan Purkhiser 10 months ago
parent
commit
052229ea2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/performance/http/tables/transactionCell.tsx

+ 1 - 1
static/app/views/performance/http/tables/transactionCell.tsx

@@ -1,6 +1,6 @@
-import {Link} from 'react-router';
 import * as qs from 'query-string';
 
+import Link from 'sentry/components/links/link';
 import {useLocation} from 'sentry/utils/useLocation';
 import useOrganization from 'sentry/utils/useOrganization';
 import {normalizeUrl} from 'sentry/utils/withDomainRequired';