Skip to content

Commit

Permalink
fix: Remove unnecessary comma from default Autocomplete react component.
Browse files Browse the repository at this point in the history
  • Loading branch information
rokbar-nosto committed Jan 11, 2024
1 parent 571cef6 commit 3a7dce2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/defaults/Autocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export function Autocomplete({ response, history }: AutocompleteProps) {
See all search results
</button>
</div>
,
</>
) : null}
</div>
Expand Down

0 comments on commit 3a7dce2

Please sign in to comment.