Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
remove duplicate selector (#2834)
Browse files Browse the repository at this point in the history
  • Loading branch information
amendelsohn authored Feb 13, 2023
1 parent 4b8a631 commit 78b6373
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/mobile/src/store/offline-downloads/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ export const getCollectionSyncStatus = (
collectionId: CollectionId
) => state.offlineDownloads.collectionSyncStatus[collectionId]

export const getCollectionDownloadStatus = (
state: AppState,
collectionId: CollectionId
) => state.offlineDownloads.collectionStatus[collectionId]

export const getIsFavoritesDownloadsEnabled = (state: AppState) =>
Boolean(state.offlineDownloads.collectionStatus[DOWNLOAD_REASON_FAVORITES])

Expand Down

0 comments on commit 78b6373

Please sign in to comment.