File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ interface ServiceInterface {
1313
1414export const useService = ( ) : ServiceInterface => {
1515 const dispatch = useDispatch ( ) ;
16- const { id , runId } = useParams < RunDetailRouteParams > ( ) ;
16+ const { runId } = useParams < RunDetailRouteParams > ( ) ;
1717 const [ isMounted , setIsMounted ] = useState ( false ) ;
1818
1919 useEffect ( ( ) => {
Original file line number Diff line number Diff line change 88 PrimaryButton ,
99 LinkBox ,
1010} from '../../../components' ;
11- import { useRequestOnMount , useDispatch } from '../../../hooks' ;
11+ import { useDispatch } from '../../../hooks' ;
1212import { Table } from '../../common/Table' ;
1313import { translate } from './translate' ;
1414import { useMemberHeaderCols } from './useHeaderCols' ;
You can’t perform that action at this time.
0 commit comments