}
{category.alarms.map((alarm) => {
let footer = '';
// To be clear, this is never the case unless the user is an AI.
if (alarm.has_cameras) {
footer = (
{alarm.cameras.map((camera) => (
);
} else if (alarm.lost_sources) {
footer = Lost Alarm Sources: {alarm.lost_sources};
}
return (