virtual card country fixed
This commit was merged in pull request #836.
This commit is contained in:
@@ -15,9 +15,10 @@ export default function MarketPlace({ commonHeadData }) {
|
||||
const marketData = jobLists?.result_list;
|
||||
const categories = jobLists?.categories;
|
||||
const image_server = jobLists?.session_image_server;
|
||||
console.log('Lenth', marketData?.length )
|
||||
|
||||
useEffect(()=>{
|
||||
if(marketData?.length < 1 && !jobLists.loading){
|
||||
if(!jobLists.loading && (marketData?.length < 1 || !marketData)){
|
||||
dispatch(tableReload({ type: "MARKETTABLELIST" })); // reloads market page
|
||||
}
|
||||
},[])
|
||||
|
||||
Reference in New Issue
Block a user