Skip to content

Commit

Permalink
Update ProviderEServiceSummary.page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Carminepo2 committed Dec 9, 2024
1 parent c6c627c commit 616e76a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const ProviderEServiceSummaryPage: React.FC = () => {
statusChip={{
for: 'eservice',
state: 'DRAFT',
isDraftToCorrect: descriptor && descriptor.rejectionReasons?.length !== 0,
isDraftToCorrect: descriptor?.rejectionReasons && descriptor.rejectionReasons.length > 0,
}}
>
<Stack spacing={3}>
Expand Down

0 comments on commit 616e76a

Please sign in to comment.