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 71b6039 commit 5f68466Copy full SHA for 5f68466
blocks/edit/da-assets/da-assets.js
@@ -98,7 +98,7 @@ export async function openAssets() {
98
99
// eslint-disable-next-line no-underscore-dangle
100
const renditionLinks = asset._links['http://ns.adobe.com/adobecloud/rel/rendition'];
101
- const videoLink = renditionLinks.find((link) => link.href.endsWith('/play'))?.href;
+ const videoLink = renditionLinks?.find((link) => link.href.endsWith('/play'))?.href;
102
103
let src;
104
if (aemTierType === 'author') {
0 commit comments