Merge branch 'feat/vip_member_update' into feat/3.7/invite-members
This commit is contained in:
@ -134,7 +134,7 @@ const AnchorFooter = (props: { data: JobDetails }) => {
|
|||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// Show material guide if no resume and no VIP and no free balance
|
// Show material guide if no resume and no VIP and no free balance
|
||||||
if (!productInfo?.isCreateResume && !productInfo?.isPaidVip && !productInfo?.freeBalance) {
|
if (!productRecord && !productInfo?.isCreateResume && !productInfo?.isPaidVip && !productInfo?.freeBalance) {
|
||||||
setShowMaterialGuide(true);
|
setShowMaterialGuide(true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user