mirror of
https://github.com/ced4568/ced-portfolio.git
synced 2026-08-13 06:44:02 +00:00
Fix renderAlerts missing function declaration
This commit is contained in:
@@ -234,6 +234,8 @@ async function loadGithubRepos() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Build the alert panel from system data
|
||||||
|
function renderAlerts(systems, alertList) {
|
||||||
const scored = systems
|
const scored = systems
|
||||||
.map((sys) => {
|
.map((sys) => {
|
||||||
const sev = (sys.severity || "").toLowerCase();
|
const sev = (sys.severity || "").toLowerCase();
|
||||||
|
|||||||
Reference in New Issue
Block a user