Skip to content

Commit 8c9047b

Browse files
reF(ui): Use Link component for performance/cache/tables/transactionCell (#69906)
1 parent 1d04b42 commit 8c9047b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/performance/cache/tables/transactionCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {Link} from 'react-router';
21
import * as qs from 'query-string';
32

3+
import Link from 'sentry/components/links/link';
44
import {useLocation} from 'sentry/utils/useLocation';
55
import {useCacheUrl} from 'sentry/views/performance/cache/utils';
66
import {OverflowEllipsisTextContainer} from 'sentry/views/starfish/components/textAlign';

0 commit comments

Comments
 (0)