File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
packages/component-news/src/components Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ const gridRow = (feed, cardButton) => (
2424 eventFormat = "inline"
2525 eventLocation = { feed . location }
2626 clickable = { ! ! feed . buttonLink }
27- cardLink = { feed . alias }
28- clickHref = { feed . buttonLink }
2927 title = { feed . title }
3028 body = { `<p class="card-text text-dark">${ feed . content } </p>` }
3129 image = { feed . imageUrl }
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ const listRow = (feed, cardButton) => (
2121 eventFormat = "inline"
2222 eventLocation = { feed . location }
2323 clickable = { ! ! feed . buttonLink }
24- cardLink = { feed . alias }
25- clickHref = { feed . buttonLink }
2624 title = { feed . title }
2725 body = { `<p class="card-text text-dark">${ feed . content } </p>` }
2826 image = { feed . imageUrl }
You can’t perform that action at this time.
0 commit comments