client: remove unused param in post-table

pull/75/head^2
Max Leiter 4 years ago
parent 7ce6acf5fe
commit 3d747f41cc
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA

@ -102,7 +102,7 @@ const PostTable = () => {
dataIndex: "",
key: "actions",
width: 50,
render(post: any) {
render() {
return (
<Popover
content={

@ -18,9 +18,8 @@ class MyDocument extends Document {
<>
{initialProps.styles}
{styles}
</>
) as // TODO: Investigate typescript
any
</> // TODO: Investigate typescript
) as any
}
}

Loading…
Cancel
Save