File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
library-authoring/collections Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ const LibraryCollectionPage = () => {
157157 canEditLibrary = { libraryData . canEditLibrary }
158158 infoClickHandler = { openCollectionInfoSidebar }
159159 />
160- ) }
160+ ) }
161161 breadcrumbs = { (
162162 < Breadcrumb
163163 ariaLabel = { intl . formatMessage ( messages . breadcrumbsAriaLabel ) }
Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ export const SearchContextProvider: React.FC<{
116116 const sort : SearchSortOption [ ] = ( searchSortOrderToUse === SearchSortOption . RELEVANCE ? [ ] : [ searchSortOrderToUse ] ) ;
117117 // Selecting SearchSortOption.RECENTLY_PUBLISHED also excludes unpublished components.
118118 if ( searchSortOrderToUse === SearchSortOption . RECENTLY_PUBLISHED ) {
119- // pushing to array leads to duplicate values if props.extraFilter is already an array.
120119 extraFilter = union ( extraFilter , [ 'last_published IS NOT NULL' ] ) ;
121120 }
122121
You can’t perform that action at this time.
0 commit comments