offer list flat banner fixed

This commit is contained in:
victorAnumudu
2024-09-26 16:54:32 +01:00
parent 7e8704d633
commit 22250da988
6 changed files with 121 additions and 15 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ const AuthRoute = ({ redirectPath = "/login", children }) => {
const [loadProfileDetails, setLoadProfileDetails] = useState([]);
const navigate = useNavigate();
const { jobListTable, marketTableList, walletTable, familyBannersListTable } = useSelector(
const { jobListTable, marketTableList, walletTable, familyBannersListTable, homeBanners } = useSelector(
(state) => state.tableReload
);
@@ -247,7 +247,7 @@ const AuthRoute = ({ redirectPath = "/login", children }) => {
.catch((error) => {
console.log("ERROR ", error);
});
}, [isLogin.status]);
}, [isLogin.status, homeBanners]);
//FUNCTION TO GET COMMON HEAD DATA
// useEffect(() => {