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