don't reload host if query string changes

This commit is contained in:
Keith J. Grant 2021-05-27 13:22:47 -07:00
parent 8ac3cc1542
commit e6cfd726c6

View File

@ -35,7 +35,7 @@ function Host({ setBreadcrumb }) {
useEffect(() => {
fetchHost();
}, [fetchHost, location]);
}, [fetchHost, location.pathname]);
const tabsArray = [
{