Skip to content

Commit

Permalink
remove nullish-colesc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew032011 committed Sep 26, 2023
1 parent a893434 commit f573612
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const SubmissionDetails: React.FC<SubmissionDetailsProps> = ({
prSubmission={submission.reviewedPRs.length > 0 ? submission.reviewedPRs[0] : undefined}
/>
</Table.Cell>
<Table.Cell>{submission.documentationText ?? ''}</Table.Cell>
<Table.Cell>{submission.documentationText}</Table.Cell>

{isAdminView ? (
<Table.Cell rowSpan={`${numRows}`}>
Expand Down

0 comments on commit f573612

Please sign in to comment.