Skip to content

Commit

Permalink
Fix empty social media display (#191)
Browse files Browse the repository at this point in the history
* Fix empty social media display

* Changelog
  • Loading branch information
emensch authored Oct 4, 2024
1 parent 97b0c92 commit 6b0760d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "c2pa-wc",
"comment": "Fix empty social media display",
"type": "patch"
}
],
"packageName": "c2pa-wc"
}
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export class ManifestSummary extends Configurable(
></cai-produced-with>
`
: nothing}
${dataSelectors.socialMedia
${dataSelectors.socialMedia?.length
? html`
<cai-social-media
.data=${dataSelectors.socialMedia}
Expand Down

0 comments on commit 6b0760d

Please sign in to comment.