Skip to content

Commit

Permalink
Remove unnecessary value from boolean property from jsx
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Zajdel <[email protected]>
  • Loading branch information
FilipZajdel committed Apr 3, 2024
1 parent 6449db7 commit df6e802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/app/ReleasesDropDownList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function ReleasesDropDownList({ app, onReleaseChosen }: Props): JSX.Element {
options={releases}
menuPlacement="auto"
onChange={(option) => { onReleaseChosen(option ? option.value : ""); }}
hideSelectedOptions={true}
hideSelectedOptions
/>
</div>
)
Expand Down

0 comments on commit df6e802

Please sign in to comment.