Skip to content

Commit

Permalink
Remove unused attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e committed Sep 12, 2024
1 parent c8761e4 commit 7bd7dce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/components/TestRun/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import createIssueLink from '../../utils/createIssueLink';
import { dates } from 'shared';
import { Provider as CollectionJobContextProvider } from './CollectionJobContext';
import { useUrlTestIndex } from '../../hooks/useUrlTestIndex';
import testResult from '@components/common/fragments/TestResult';

const TestRun = () => {
const params = useParams();
Expand Down

0 comments on commit 7bd7dce

Please sign in to comment.