Fix: Resolve remaining TypeScript errors

This commit is contained in:
gpt-engineer-app[bot]
2025-11-03 02:54:43 +00:00
parent 07420a67bf
commit 516f7c4c41
14 changed files with 49 additions and 49 deletions

View File

@@ -37,7 +37,7 @@ export default function AdminModeration() {
onRefresh={handleRefresh}
refreshMode={refreshMode}
pollInterval={pollInterval}
lastUpdated={lastUpdated}
lastUpdated={lastUpdated ?? undefined}
>
<div className="space-y-6">
<div>
@@ -70,7 +70,7 @@ export default function AdminModeration() {
onRefresh={handleRefresh}
refreshMode={refreshMode}
pollInterval={pollInterval}
lastUpdated={lastUpdated}
lastUpdated={lastUpdated ?? undefined}
>
<div className="space-y-6">
<div>