Skip to content

Commit 8c57ddc

Browse files
committed
#1641: Another syntax change
1 parent 1e27b94 commit 8c57ddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/ChangeRequestDetailPage/OtherChangeRequestsPopupTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const OtherChangeRequestsPopupTabs: React.FC<OtherChangeRequestsPopupTabsProps>
7373
}}
7474
>
7575
{crList.length !== 0 ? (
76-
crList.map((cr: ChangeRequest) => <ChangeRequestDetailCard changeRequest={cr}></ChangeRequestDetailCard>)
76+
crList.map((cr: ChangeRequest) => <ChangeRequestDetailCard changeRequest={cr} />)
7777
) : (
7878
<Typography>No related change requests.</Typography>
7979
)}

0 commit comments

Comments
 (0)