Compare commits
1 Commits
dfa73624eb
...
feat/vip_m
| Author | SHA1 | Date | |
|---|---|---|---|
| f6cec5dd43 |
@ -134,7 +134,7 @@ const AnchorFooter = (props: { data: JobDetails }) => {
|
||||
});
|
||||
} else {
|
||||
// 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);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user