From e25e9015e1e629668716dcf2801da478bc8d5667 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 10 Jun 2021 10:46:51 -0400 Subject: [PATCH] Fix continue reading card shape --- src/components/homesections/homesections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/homesections/homesections.js b/src/components/homesections/homesections.js index 85b5583f7..0f8b7dc55 100644 --- a/src/components/homesections/homesections.js +++ b/src/components/homesections/homesections.js @@ -433,7 +433,7 @@ import ServerConnections from '../ServerConnections'; return cardBuilder.getCardsHtml({ items: items, preferThumb: true, - shape: getThumbShape(), + defaultShape: getThumbShape(), overlayText: false, showTitle: true, showParentTitle: true,