Fix lint issues

This commit is contained in:
Gregory Schier
2026-01-13 09:32:52 -08:00
parent d550b42ca3
commit 9970d5fa6f
2 changed files with 4 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ function EventDetails({
`${String(e.duration)}ms`
)}
</KeyValueRow>
{e.overridden && <KeyValueRow label="Source">Workspace Override</KeyValueRow>}
{e.overridden ? <KeyValueRow label="Source">Workspace Override</KeyValueRow> : null}
</KeyValueRows>
);
}