mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-06-09 23:06:01 +00:00
fix(lancamentos): corrige tipo do filtro selecionado
This commit is contained in:
@@ -169,7 +169,7 @@ function FilterSelect({
|
||||
hasSelection ? "text-foreground" : "text-muted-foreground",
|
||||
)}
|
||||
>
|
||||
{hasSelection && renderContent
|
||||
{current && renderContent
|
||||
? renderContent(current.label)
|
||||
: displayLabel}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user