mirror of
https://github.com/henrygd/beszel.git
synced 2026-03-23 14:06:18 +01:00
fix translation
This commit is contained in:
@@ -160,7 +160,7 @@ export function SystemAlertGlobal({
|
||||
function AlertContent({ data }: { data: AlertData }) {
|
||||
const { key } = data
|
||||
|
||||
const singleDescription = data.alert?.singleDesc
|
||||
const singleDescription = data.alert.singleDesc?.()
|
||||
|
||||
const [checked, setChecked] = useState(data.checked || false)
|
||||
const [min, setMin] = useState(data.min || 10)
|
||||
|
||||
Reference in New Issue
Block a user