diff --git a/src/components/CardGrid/CardGrid.tsx b/src/components/CardGrid/CardGrid.tsx index 1582d753a..50bb87250 100644 --- a/src/components/CardGrid/CardGrid.tsx +++ b/src/components/CardGrid/CardGrid.tsx @@ -48,19 +48,21 @@ function CardGrid({ const { mediaid, title, duration, seriesId } = playlistItem; return ( -
- onCardClick(playlistItem)} - onHover={typeof onCardHover === 'function' ? () => onCardHover(playlistItem) : undefined} - loading={isLoading} - isCurrent={currentCardItem && currentCardItem.mediaid === mediaid} - currentLabel={currentCardLabel} - /> +
+
+ onCardClick(playlistItem)} + onHover={typeof onCardHover === 'function' ? () => onCardHover(playlistItem) : undefined} + loading={isLoading} + isCurrent={currentCardItem && currentCardItem.mediaid === mediaid} + currentLabel={currentCardLabel} + /> +
); }; diff --git a/src/components/Shelf/Shelf.tsx b/src/components/Shelf/Shelf.tsx index befcc50e1..08dd0832c 100644 --- a/src/components/Shelf/Shelf.tsx +++ b/src/components/Shelf/Shelf.tsx @@ -104,19 +104,17 @@ const Shelf: React.FC = ({
)} renderTile={(item, isInView) => ( -
- onCardClick(item) : undefined} - onHover={typeof onCardHover === 'function' ? () => onCardHover(item) : undefined} - featured={featured} - disabled={!isInView} - loading={loading} - /> -
+ onCardClick(item) : undefined} + onHover={typeof onCardHover === 'function' ? () => onCardHover(item) : undefined} + featured={featured} + disabled={!isInView} + loading={loading} + /> )} /> diff --git a/src/components/TileDock/TileDock.tsx b/src/components/TileDock/TileDock.tsx index 738ae5970..14e9e8dab 100644 --- a/src/components/TileDock/TileDock.tsx +++ b/src/components/TileDock/TileDock.tsx @@ -187,7 +187,6 @@ const TileDock = ({ onTouchStart={handleTouchStart} onTouchEnd={handleTouchEnd} onTransitionEnd={handleTransitionEnd} - role="none" > {tileList.map((tile: Tile, listIndex) => { // Todo: @@ -198,7 +197,6 @@ const TileDock = ({ return (
  • { {({ width }) => ( { role="row" className={classNames(styles.shelfContainer, { [styles.featured]: contentItem.featured })} > - +
    + +
    )}