Skip to content

Commit

Permalink
ON-40464 # remove silly testing node
Browse files Browse the repository at this point in the history
  • Loading branch information
divporter committed May 23, 2024
1 parent 1337ade commit 6304c10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/renderer/AutocompleteDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ function AutocompleteDropdown<T>({

return (
<>
{branding}
<div
className={clsx('dropdown', {
'is-active': isOpen && Array.isArray(options),
Expand Down

0 comments on commit 6304c10

Please sign in to comment.