mirror of
https://github.com/AmanTahiliani/PeerNotes.git
synced 2026-08-07 19:56:19 -04:00
update search
This commit is contained in:
@@ -40,7 +40,7 @@ const Results: React.FC = () => {
|
|||||||
}, [location]);
|
}, [location]);
|
||||||
|
|
||||||
const handleSearchAgain = () => {
|
const handleSearchAgain = () => {
|
||||||
navigate('/');
|
navigate('/search');
|
||||||
};
|
};
|
||||||
|
|
||||||
if (isLoading) return <div>Loading...</div>;
|
if (isLoading) return <div>Loading...</div>;
|
||||||
|
|||||||
Reference in New Issue
Block a user