fix missing first line of month
This commit is contained in:
parent
92005a7801
commit
e04d1b3c66
1 changed files with 1 additions and 1 deletions
|
@ -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%"}
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue