Skip to content

Commit 84b05d6

Browse files
committed
Better AppliedFilter label hiding
1 parent 191327f commit 84b05d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/primitives/AppliedFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function AppliedFilter({
5151
<div className={cn("flex items-start leading-4", label === undefined ? "gap-1.5" : "gap-0.5")}>
5252
<div className="-mt-[0.5px] flex items-center gap-1">
5353
{icon}
54-
{label !== undefined && <div className="text-text-bright">
54+
{label && <div className="text-text-bright">
5555
<span>{label}</span>:
5656
</div>}
5757
</div>

0 commit comments

Comments
 (0)