fix(lancamentos): corrige tipo do filtro selecionado

This commit is contained in:
Felipe Coutinho
2026-05-23 13:22:32 -03:00
parent d589df6993
commit 5dcd30010e

View File

@@ -169,7 +169,7 @@ function FilterSelect({
hasSelection ? "text-foreground" : "text-muted-foreground",
)}
>
{hasSelection && renderContent
{current && renderContent
? renderContent(current.label)
: displayLabel}
</span>