File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ export const useTableColumns = () => {
1111 width : 'auto' ,
1212 } ,
1313 {
14- key : 'severity ' ,
15- header : t ( '__BUGS_TABLE_SEVERITY_HEADER_COLUMN ' ) ,
14+ key : 'siblings ' ,
15+ header : t ( '__BUGS_TABLE_DUPLICATE_HEADER_COLUMN ' ) ,
1616 width : '90px' ,
1717 } ,
1818 {
19- key : 'siblings ' ,
20- header : t ( '__BUGS_TABLE_DUPLICATE_HEADER_COLUMN ' ) ,
19+ key : 'severity ' ,
20+ header : t ( '__BUGS_TABLE_SEVERITY_HEADER_COLUMN ' ) ,
2121 width : '90px' ,
2222 } ,
2323 {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { getSelectedBugId } from 'src/features/bugsPage/bugsPageSlice';
88import styled from 'styled-components' ;
99import { BugTitle } from '../components/BugTitle' ;
1010import { TableBugType } from '../../types' ;
11- import { ReactComponent as FatherIcon } from './assets/father-icon.svg' ;
11+ import { ReactComponent as FatherIcon } from '.. /assets/father-icon.svg' ;
1212
1313const DuplicateContainer = styled ( ( props ) => < SM isBold { ...props } /> ) `
1414 display: flex;
You can’t perform that action at this time.
0 commit comments