fix: pass props

pull/101/head
Bennet Gallein 2025-04-19 17:19:46 +02:00
parent 1e1cb90f91
commit 72f30a2572
No known key found for this signature in database
GPG Key ID: 54F2DF6954E8C635
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export default function Home({
</Center>
) : (
<div>
<OverallStatus state={state} maintenances={maintenances} />
<OverallStatus state={state} monitors={monitors} maintenances={maintenances} />
<MonitorList monitors={monitors} state={state} />
</div>
)}