Fix comment

This commit is contained in:
mccahan
2026-01-22 12:52:51 -07:00
parent 72e7f7c834
commit 04908301ec
+1 -1
View File
@@ -291,7 +291,7 @@ export default function EventView({
size="sm"
value={severityToggle}
onValueChange={(value: ReviewSeverity) =>
// If the user clicks the same tab twice, clear filters as a handy shortcut
// don't allow the severity to be unselected
setSeverityToggle(value || severityToggle)
}
>