Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperhodge committed Jan 10, 2025
1 parent 5aec1d5 commit 3be9b89
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/optimizer-page/scan-results/BrokenLinkTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,32 +84,27 @@ const BrokenLinkTable: FC<BrokenLinkTableProps> = ({
[],
)}
columns={[

{
key: 'blockDisplayName',
columnSortable: true,
onSort: () => {},
columnSortable: false,
width: 'col-3',
hideHeader: true,
},
{
key: 'blockLink',
columnSortable: true,
onSort: () => {},
columnSortable: false,
width: 'col-3',
hideHeader: true,
},
{
key: 'brokenLink',
columnSortable: false,
onSort: () => {},
width: 'col-6',
hideHeader: true,
},
{
key: 'status',
columnSortable: false,
onSort: () => {},
width: 'col-6',
hideHeader: true,
},
Expand Down

0 comments on commit 3be9b89

Please sign in to comment.