diff --git a/src/Pim/index.tsx b/src/Pim/index.tsx index 7dc6f7b..329acef 100644 --- a/src/Pim/index.tsx +++ b/src/Pim/index.tsx @@ -48,12 +48,6 @@ const itemsSelector = createSelector( syncInfo.forEach( (syncJournal) => { const syncEntries = syncJournal.entries; - const journal = syncJournal.journal; - - // FIXME: Skip shared journals for now - if (journal.key) { - return; - } const collectionInfo = syncJournal.collection;