This commit is contained in:
Manav Rathi
2025-01-02 16:15:40 +05:30
parent f04b8ffce6
commit 2736ab5334

View File

@@ -524,13 +524,15 @@ const PhotoFrame = ({
isTrashCollection={activeCollectionID === TRASH_SECTION}
isInHiddenSection={isInHiddenSection}
enableDownload={enableDownload}
fileToCollectionsMap={fileToCollectionsMap}
collectionNameMap={collectionNameMap}
setFilesDownloadProgressAttributesCreator={
setFilesDownloadProgressAttributesCreator
}
onSelectPerson={onSelectPerson}
{...{ favoriteFileIDs, markUnsyncedFavoriteUpdate, markTempDeleted }}
{...{
favoriteFileIDs,
markUnsyncedFavoriteUpdate,
markTempDeleted,
collectionNameMap,
fileToCollectionsMap,
setFilesDownloadProgressAttributesCreator,
onSelectPerson,
}}
/>
</Container>
);