Skip to content

Commit

Permalink
erase quote from SearchManufacturer.tsx for the deployment to work
Browse files Browse the repository at this point in the history
  • Loading branch information
amiraadev committed Dec 24, 2023
1 parent a2c9922 commit a00f5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SearchManufacturer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const SearchManufacturer = ({ manufacturer, setManuFacturer }: SearchManuFacture
value={query}
className='search-manufacturer__option'
>
Create "{query}"
Create {query}
</Combobox.Option>
) : (
filteredManufacturers.map((item,i) => (
Expand Down

0 comments on commit a00f5cd

Please sign in to comment.