Skip to content

Commit

Permalink
Merge branch 'sc_admin_collection_statuses' of https://github.com/isl…
Browse files Browse the repository at this point in the history
…and-is/island.is into sc_admin_collection_statuses
  • Loading branch information
albina committed Oct 22, 2024
2 parents f4d89a7 + ddf3b4c commit 4bb5d87
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,10 @@ const ParliamentaryRoot = ({
collectionStatus === CollectionStatus.InInitialReview) && (
<ActionCompleteCollectionProcessing
collectionId={collection?.id}
canProcess={!!allLists.length && allLists.every((l) => l.reviewed === true)}
canProcess={
!!allLists.length &&
allLists.every((l) => l.reviewed === true)
}
/>
)}
</Box>
Expand Down

0 comments on commit 4bb5d87

Please sign in to comment.