fix missing first line of month

This commit is contained in:
gempir 2020-12-04 18:50:30 +01:00
parent 92005a7801
commit e04d1b3c66

View file

@ -68,7 +68,7 @@ export function ContentLog({ year, month }: { year: string, month: string }) {
<List
className="list"
height={600}
itemCount={logs.length - 1}
itemCount={logs.length}
itemSize={20}
width={"100%"}
>