diff options
Diffstat (limited to 'src/components/ListTable.tsx')
-rw-r--r-- | src/components/ListTable.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ListTable.tsx b/src/components/ListTable.tsx index 5d899e0..9faa0ad 100644 --- a/src/components/ListTable.tsx +++ b/src/components/ListTable.tsx @@ -12,7 +12,7 @@ interface Props { } -const ListTable: React.FC<Props> = ({ children, items, fields, handleRowClick = () => {} }) => { +const ListTable: React.FC<Props> = ({ items, fields, handleRowClick = () => {} }) => { return ( <table className="m-2 table-auto w-full"> <thead> |