diff --git a/src/Explorer/Controls/NotebookGallery/Cards/GalleryCardComponent.tsx b/src/Explorer/Controls/NotebookGallery/Cards/GalleryCardComponent.tsx index 85f3087ae..54cac8db5 100644 --- a/src/Explorer/Controls/NotebookGallery/Cards/GalleryCardComponent.tsx +++ b/src/Explorer/Controls/NotebookGallery/Cards/GalleryCardComponent.tsx @@ -47,6 +47,7 @@ export class GalleryCardComponent extends React.Component - + {this.props.data.tags ? ( this.props.data.tags.map((tag, index, array) => ( @@ -129,7 +130,7 @@ export class GalleryCardComponent extends React.Component - + {this.renderTruncatedDescription()} diff --git a/src/Explorer/Controls/NotebookGallery/Cards/__snapshots__/GalleryCardComponent.test.tsx.snap b/src/Explorer/Controls/NotebookGallery/Cards/__snapshots__/GalleryCardComponent.test.tsx.snap index 17b066081..c11960a0d 100644 --- a/src/Explorer/Controls/NotebookGallery/Cards/__snapshots__/GalleryCardComponent.test.tsx.snap +++ b/src/Explorer/Controls/NotebookGallery/Cards/__snapshots__/GalleryCardComponent.test.tsx.snap @@ -50,6 +50,13 @@ exports[`GalleryCardComponent renders 1`] = ` > { const props: GalleryAndNotebookViewerComponentProps = { junoClient: new JunoClient(), selectedTab: galleryViewerProps.selectedTab || GalleryTab.PublicGallery, - sortBy: galleryViewerProps.sortBy || SortBy.MostViewed, + sortBy: galleryViewerProps.sortBy || SortBy.MostRecent, searchText: galleryViewerProps.searchText, };