Skip to content

Commit

Permalink
implement requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
glpierce committed Apr 6, 2024
1 parent c05e1f2 commit 41e1cd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default function FilterConditionAdder({
roleStructure="listoption"
selected={valueType === type}
shouldDismissPopover={true}
text={type.charAt(0).toUpperCase() + type.slice(1)}
text={_.capitalize(type)}
onClick={handleClick}
/>
);
Expand Down

0 comments on commit 41e1cd6

Please sign in to comment.