fix: MailFilterPanel missing closing brace in ternary

This commit is contained in:
Agent Zero
2026-07-30 13:22:19 +02:00
parent 7903d719b7
commit d6c4827915
@@ -418,7 +418,7 @@ export function MailFilterPanel({ filters, onFiltersChange, savedFilters = [], o
) )
) : ( ) : (
<div className="w-24" /> <div className="w-24" />
) )}
<button onClick={() => removeCondition(cond.id)} className="p-1 rounded hover:bg-red-50 text-secondary-400 hover:text-red-600 transition-colors flex-shrink-0"> <button onClick={() => removeCondition(cond.id)} className="p-1 rounded hover:bg-red-50 text-secondary-400 hover:text-red-600 transition-colors flex-shrink-0">
<X className="w-3.5 h-3.5" /> <X className="w-3.5 h-3.5" />