From cc6b319240beb7072bd39a35bd598ede980618f6 Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Mon, 4 Nov 2024 17:17:01 +0000 Subject: [PATCH] lint --- components.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components.tsx b/components.tsx index b62879b..e75b180 100644 --- a/components.tsx +++ b/components.tsx @@ -127,6 +127,7 @@ function PostCard( { post, dateFormat }: { post: Post; dateFormat?: DateFormat; + lang?: string; }, ) { return ( @@ -231,7 +232,7 @@ export function PostPage({ post, state }: PostPageProps) { ); } -function Footer() { +function Footer(_props: { author?: string }) { return (