Remove link cell (#2342)

This commit is contained in:
gillespi314 2021-10-04 18:41:29 -05:00 committed by GitHub
parent f8971f6f59
commit c93a53675d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,10 +87,7 @@ const generateTableHeaders = (options: {
disableSortBy: true,
accessor: "query_name",
Cell: (cellProps: ICellProps): JSX.Element => (
<LinkCell
value={cellProps.cell.value}
path={`${PATHS.URL_PREFIX}/queries/${cellProps.row.original.query_id}`}
/>
<TextCell value={cellProps.cell.value} />
),
},
{