Skip to content
Merged
Prev Previous commit
Next Next commit
Adding click shield to tweet
  • Loading branch information
mszylkowski committed Nov 10, 2021
commit cd10a57027e68966afb07a24f9a4f8cc4bc80e6f
4 changes: 1 addition & 3 deletions extensions/amp-story/1.0/amp-story-embedded-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ function getComponentSelectors(components) {
*/
export function embeddedElementsSelectors() {
// Using indirect invocation to prevent no-export-side-effect issue.
return Object.values(
getComponentSelectors(EMBEDDED_COMPONENTS_SELECTORS)
).join(',');
return Object.keys(EMBEDDED_COMPONENTS_SELECTORS).join(',');
}

/**
Expand Down