|
@@ -169,7 +169,7 @@ const CloudCostReports = () => {
|
|
|
React.useEffect(() => {
|
|
React.useEffect(() => {
|
|
|
setFetch(true);
|
|
setFetch(true);
|
|
|
setTitle(generateTitle({ window, aggregateBy, costMetric }));
|
|
setTitle(generateTitle({ window, aggregateBy, costMetric }));
|
|
|
- }, [window, aggregateBy, costMetric, fetch]);
|
|
|
|
|
|
|
+ }, [window, aggregateBy, costMetric]);
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
<Page active="cloud.html">
|
|
<Page active="cloud.html">
|