Skip to content

Commit

Permalink
compare lists status tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
albina committed Oct 22, 2024
1 parent 0f661d0 commit f4d89a7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ const ParliamentaryRoot = ({
</Stack>
{allowedToProcess && (
<Box>
{collectionStatus !== CollectionStatus.InReview && (
{(collectionStatus === CollectionStatus.InInitialReview ||
collectionStatus === CollectionStatus.InReview) && (
<CompareLists collectionId={collection?.id} />
)}
{(collectionStatus === CollectionStatus.InitialActive ||
Expand Down

0 comments on commit f4d89a7

Please sign in to comment.