fix(frontend): resolve session outcome modal ts build error

This commit is contained in:
Michael Chihlas
2026-02-11 19:25:37 -05:00
parent 06c66f5595
commit a466400c5b

View File

@@ -79,7 +79,7 @@ export function SessionOutcomeModal({
key={option.value}
className={cn(
'block cursor-pointer rounded-lg border border-white/10 p-3 transition-colors',
outcome === option.value ? 'border-white/30 bg-white/10' : 'hover:bg-white/[0.04]'
'hover:bg-white/[0.04]'
)}
>
<div className="flex items-start gap-3">