Skip to content

Commit

Permalink
Update packages/web-components/src/components/content-item/__stories_…
Browse files Browse the repository at this point in the history
…_/content-item.stories.ts

Co-authored-by: Ignacio Becerra <[email protected]>
  • Loading branch information
ariellalgilmore and IgnacioBecerra authored Oct 31, 2023
1 parent 583e7e0 commit a372f0b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export const Default = (args) => {
showCopy,
ctaCopy,
} = args?.ContentItem ?? {};
console.log(type, mediaType);
return html`
<c4d-content-item ?horizontal=${horizontal}>
${type === 'statistics' ? html`<span slot="statistics">10%</span>` : ``}
Expand Down

0 comments on commit a372f0b

Please sign in to comment.