Skip to content

Commit

Permalink
touchup: remove unnecessary true expression
Browse files Browse the repository at this point in the history
  • Loading branch information
keyserj committed Feb 10, 2024
1 parent 1f838b8 commit a67d514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/view/components/Perspectives/Perspectives.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export const Perspectives = () => {

return (
<Autocomplete
multiple={true}
disableCloseOnSelect={true}
multiple
disableCloseOnSelect
limitTags={10} // there's a ton of space in the drawer, so limiting isn't super necessary
options={usernameOptions}
value={perspectives}
Expand Down

0 comments on commit a67d514

Please sign in to comment.