diff --git a/client/components/admin/post-table.tsx b/client/components/admin/post-table.tsx index 3019328c..bb9539aa 100644 --- a/client/components/admin/post-table.tsx +++ b/client/components/admin/post-table.tsx @@ -102,7 +102,7 @@ const PostTable = () => { dataIndex: "", key: "actions", width: 50, - render(post: any) { + render() { return ( {initialProps.styles} {styles} - - ) as // TODO: Investigate typescript - any + // TODO: Investigate typescript + ) as any } }