fix: MailFilterPanel missing closing brace in ternary
This commit is contained in:
@@ -418,7 +418,7 @@ export function MailFilterPanel({ filters, onFiltersChange, savedFilters = [], o
|
||||
)
|
||||
) : (
|
||||
<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">
|
||||
<X className="w-3.5 h-3.5" />
|
||||
|
||||
Reference in New Issue
Block a user