Skip to content

Commit

Permalink
Update dependencies for homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
vytaux committed Dec 12, 2024
1 parent 9573a0a commit e39fb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Homepage/Homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Homepage = () => {
FetchService.getSavedProperties(currentUser.accessToken)
.then(response => setSavedPropertiesState(response.data))
}
}, [refresh]);
}, [currentUser, refresh]);

const search = (e) => {
e.preventDefault();
Expand Down

0 comments on commit e39fb2c

Please sign in to comment.