Skip to content

Commit

Permalink
chore: nx format:write update dirty files
Browse files Browse the repository at this point in the history
  • Loading branch information
andes-it committed Oct 22, 2024
1 parent 0f661d0 commit ddf3b4c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,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 ddf3b4c

Please sign in to comment.