From 1a554971b7d63280f1bdf22cf3ade30565ce7359 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 10 Oct 2022 14:23:39 +0530 Subject: [PATCH] fix photoListHeader lagging behind --- src/components/PhotoList.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/PhotoList.tsx b/src/components/PhotoList.tsx index 6618d579f..13783a416 100644 --- a/src/components/PhotoList.tsx +++ b/src/components/PhotoList.tsx @@ -247,6 +247,8 @@ export function PhotoList({ filteredData, showAppDownloadBanner, publicCollectionGalleryContext.accessedThroughSharedURL, + galleryContext.photoListHeader, + publicCollectionGalleryContext.photoListHeader, ]); const groupByFileSize = (timeStampList: TimeStampListItem[]) => {