We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e85b16 commit 614796eCopy full SHA for 614796e
1 file changed
src/app/core/record-works/record-works.service.ts
@@ -679,6 +679,7 @@ export class RecordWorksService {
679
localizeByClientId[`${item.id}-client-description`] ??
680
localizeByClientId[item.id] ??
681
item.redirectUriMetadata?.defaultDescription ??
682
+ item.description ??
683
''
684
const index = item.redirectUriMetadata?.index ?? 999
685
certifiedForList.push({
@@ -696,6 +697,7 @@ export class RecordWorksService {
696
697
698
699
700
701
702
703
featuredForMore.push({
0 commit comments