Skip to content

Commit 614796e

Browse files
committed
PD-5082
1 parent 0e85b16 commit 614796e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/core/record-works/record-works.service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ export class RecordWorksService {
679679
localizeByClientId[`${item.id}-client-description`] ??
680680
localizeByClientId[item.id] ??
681681
item.redirectUriMetadata?.defaultDescription ??
682+
item.description ??
682683
''
683684
const index = item.redirectUriMetadata?.index ?? 999
684685
certifiedForList.push({
@@ -696,6 +697,7 @@ export class RecordWorksService {
696697
localizeByClientId[`${item.id}-client-description`] ??
697698
localizeByClientId[item.id] ??
698699
item.redirectUriMetadata?.defaultDescription ??
700+
item.description ??
699701
''
700702
const index = item.redirectUriMetadata?.index ?? 999
701703
featuredForMore.push({

0 commit comments

Comments
 (0)