fix(frontend): resolve session outcome modal ts build error
This commit is contained in:
@@ -79,7 +79,7 @@ export function SessionOutcomeModal({
|
|||||||
key={option.value}
|
key={option.value}
|
||||||
className={cn(
|
className={cn(
|
||||||
'block cursor-pointer rounded-lg border border-white/10 p-3 transition-colors',
|
'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">
|
<div className="flex items-start gap-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user