From e04d1b3c66d6a7bfaf445f6ed64a90a77bf19dc5 Mon Sep 17 00:00:00 2001 From: gempir Date: Fri, 4 Dec 2020 18:50:30 +0100 Subject: [PATCH] fix missing first line of month --- web/src/components/ContentLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/ContentLog.tsx b/web/src/components/ContentLog.tsx index c518d1b..dbb083a 100644 --- a/web/src/components/ContentLog.tsx +++ b/web/src/components/ContentLog.tsx @@ -68,7 +68,7 @@ export function ContentLog({ year, month }: { year: string, month: string }) {