Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -459,7 +459,7 @@ export class ProcessUtils { | @@ -459,7 +459,7 @@ export class ProcessUtils { | ||
| 459 | sourcePage: '5', | 459 | sourcePage: '5', |
| 460 | commentId: content?.commentInfo?.commentId, | 460 | commentId: content?.commentInfo?.commentId, |
| 461 | showComment: content.showComment, | 461 | showComment: content.showComment, |
| 462 | - isMycollection:content.isCollection | 462 | + isMycollection:content?.objectType === "1"? content.isCollection:false |
| 463 | } as ExtraDTO, | 463 | } as ExtraDTO, |
| 464 | targetLayout: content.customParamTargetLayout | 464 | targetLayout: content.customParamTargetLayout |
| 465 | } as Params, | 465 | } as Params, |
-
Please register or login to post a comment