We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8221668 commit 5f25dbdCopy full SHA for 5f25dbd
1 file changed
src/frontend/src/pages/ChangeRequestDetailPage/ChangeRequestDetailsView.tsx
@@ -153,7 +153,7 @@ const ChangeRequestDetailsView: React.FC<ChangeRequestDetailsProps> = ({
153
{deleteModalShow && (
154
<DeleteChangeRequest modalShow={deleteModalShow} handleClose={handleDeleteClose} cr={changeRequest} />
155
)}
156
- <Grid container spacing={1} style={{ display: 'flex'}}>
+ <Grid container spacing={1} style={{ display: 'flex' }}>
157
<OtherChangeRequestsPopupTabs changeRequest={changeRequest} fromSubmitter={true} />
158
</Grid>
159
</PageLayout>
0 commit comments