Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 21, 2023
1 parent 3ab7e58 commit cae2d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/MemberSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export function MemberSelect({
</div>
}
>
<LemonButton {...buttonProps}>
<LemonButton status="stealth" {...buttonProps}>
{typeof selectedMember === 'string' ? (
selectedMember
) : selectedMember ? (
Expand Down

0 comments on commit cae2d14

Please sign in to comment.