diff --git a/front/src/components/table/ClickableCell.tsx b/front/src/components/table/ClickableCell.tsx index eddcbc172..a1ecb43af 100644 --- a/front/src/components/table/ClickableCell.tsx +++ b/front/src/components/table/ClickableCell.tsx @@ -2,8 +2,6 @@ import * as React from 'react'; import { Link } from 'react-router-dom'; type OwnProps = { - name: string; - picture?: string; href: string; children?: React.ReactNode; }; diff --git a/front/src/pages/people/People.tsx b/front/src/pages/people/People.tsx index cd90d7791..b62b2008e 100644 --- a/front/src/pages/people/People.tsx +++ b/front/src/pages/people/People.tsx @@ -113,11 +113,7 @@ const columns = [ id={`person-selected-${props.row.original.email}`} name={`person-selected${props.row.original.email}`} /> - + , cell: (props) => ( - + , cell: (props) => ( - +