diff --git a/src/components/Table.tsx b/src/components/Table.tsx index 28c8b1a..c4160b4 100644 --- a/src/components/Table.tsx +++ b/src/components/Table.tsx @@ -8,7 +8,7 @@ const Table: React.FC<{ }> = ({ content, type }) => { return ( typeof content !== 'string' && ( -