Added API to map with markers in main page
All checks were successful
Build frontend / build (push) Successful in 53s
All checks were successful
Build frontend / build (push) Successful in 53s
This commit is contained in:
@ -67,7 +67,9 @@ export default function HeroSearch({ onSearch, isAuthenticated }) {
|
||||
setActiveTab(tab);
|
||||
if ((tab === 'rent' || tab === 'sell') && !isAuthenticated) {
|
||||
setShowLoginDialog(true);
|
||||
return;
|
||||
}
|
||||
handleSearch();
|
||||
};
|
||||
|
||||
const handleSearch = () => {
|
||||
|
||||
Reference in New Issue
Block a user