reduntant clg

This commit is contained in:
VividTruthKeeper 2023-03-07 00:54:36 +05:00
parent 79600246b8
commit ecd6c12204
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ const MainContent = () => {
const getData = () => {
api.get(data, (data) => dispatch(setFeatured(data)));
};
console.log(data);
useEffect(() => {
if (!(data.status_code > 0 && language === lastLanguage)) {
getData();