Skip to content

Commit

Permalink
fix(admin): compare lists always visible (#16528)
Browse files Browse the repository at this point in the history
  • Loading branch information
albinagu authored and albina committed Oct 24, 2024
1 parent 3f1b5bb commit fe2734e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,7 @@ const ParliamentaryRoot = ({
</Stack>
{allowedToProcess && (
<Box>
{(collectionStatus === CollectionStatus.InInitialReview ||
collectionStatus === CollectionStatus.InReview) && (
<CompareLists collectionId={collection?.id} />
)}
<CompareLists collectionId={collection?.id} />
{(collectionStatus === CollectionStatus.InitialActive ||
collectionStatus === CollectionStatus.InInitialReview) && (
<ActionCompleteCollectionProcessing
Expand Down

0 comments on commit fe2734e

Please sign in to comment.