Fix lint
This commit is contained in:
parent
945a5365f9
commit
59b7975085
1 changed files with 2 additions and 2 deletions
|
@ -41,11 +41,11 @@ export default function RecommendedContent(props: Props) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, [stringifiedClaim, mature]);
|
}, [stringifiedClaim, mature, search]);
|
||||||
|
|
||||||
React.useEffect(() => {
|
React.useEffect(() => {
|
||||||
getRecommendedContent();
|
getRecommendedContent();
|
||||||
}, [uri]);
|
}, [uri, getRecommendedContent]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Card
|
<Card
|
||||||
|
|
Loading…
Reference in a new issue