This commit is contained in:
infinite-persistence 2021-03-19 09:13:19 +08:00 committed by Sean Yesmunt
parent 945a5365f9
commit 59b7975085

View file

@ -41,11 +41,11 @@ export default function RecommendedContent(props: Props) {
}
}
}
}, [stringifiedClaim, mature]);
}, [stringifiedClaim, mature, search]);
React.useEffect(() => {
getRecommendedContent();
}, [uri]);
}, [uri, getRecommendedContent]);
return (
<Card