chore: typecheck

This commit is contained in:
Stephen Zhou 2024-10-09 19:56:22 +08:00
parent 1e03bf66e1
commit 68e650957d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ export const EntryItemWrapper: FC<
{
type: "separator" as const,
},
...feedItems.filter((item) => !item.disabled),
...feedItems.filter((item) => item && !item.disabled),
{
type: "separator" as const,