refactor: remove useless ClickableCell props
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user