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(() => {
|
||||
getRecommendedContent();
|
||||
}, [uri]);
|
||||
}, [uri, getRecommendedContent]);
|
||||
|
||||
return (
|
||||
<Card
|
||||
|
|
Loading…
Reference in a new issue