mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-04 20:11:50 +02:00
remove todo comments
This commit is contained in:
@@ -18,7 +18,6 @@ export default function Home() {
|
||||
const alerts = useStore($alerts)
|
||||
const systems = useStore($systems)
|
||||
|
||||
// todo: maybe remove active alert if changed
|
||||
const activeAlerts = useMemo(() => {
|
||||
const activeAlerts = alerts.filter((alert) => {
|
||||
const active = alert.triggered && alert.name in alertInfo
|
||||
|
||||
Reference in New Issue
Block a user