WIP
This commit is contained in:
parent
cefd68af90
commit
96c5e43c6c
|
@ -14,12 +14,12 @@ function App() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<h1>Wishlist</h1>
|
||||
<Search
|
||||
setSearchResults={setSearchResults}
|
||||
searchString={searchString}
|
||||
setSearchString={setSearchString}
|
||||
/>
|
||||
<h1>Wishlist</h1>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -46,12 +46,12 @@ const Search = ({ setSearchResults, setSearchString, searchString }: SearchProps
|
|||
autoFocus
|
||||
ref={inputRef}
|
||||
/>
|
||||
<button className="reset-search-term-button" onClick={resetSearchTerm}>
|
||||
missing icon here
|
||||
</button>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
// <button className="reset-search-term-button" onClick={resetSearchTerm}>
|
||||
// missing icon here
|
||||
// </button>
|
||||
// <CloseButtonIcon />
|
||||
// ad loading spinner
|
||||
|
||||
|
|
Loading…
Reference in a new issue