Skip to content

Commit

Permalink
fix: add tessen as hook dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed Sep 15, 2021
1 parent 13541d2 commit e8ba8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/instant-observability.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const QuickstartsPage = ({ data, location }) => {
search: searchParam,
});
}
}, [location.search]);
}, [location.search, tessen]);

const handleFilter = (value) => {
setFilter(value);
Expand Down

0 comments on commit e8ba8a7

Please sign in to comment.