File tree Expand file tree Collapse file tree
src/frontend/src/pages/ChangeRequestDetailPage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ const ChangeRequestDetailsView: React.FC<ChangeRequestDetailsProps> = ({
153153 { deleteModalShow && (
154154 < DeleteChangeRequest modalShow = { deleteModalShow } handleClose = { handleDeleteClose } cr = { changeRequest } />
155155 ) }
156- < OtherChangeRequestsPopupTabs changeRequest = { changeRequest } fromSubmitter = { true } />
156+ < OtherChangeRequestsPopupTabs changeRequest = { changeRequest } />
157157 </ PageLayout >
158158 ) ;
159159} ;
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import { fullNamePipe } from '../../utils/pipes';
1414
1515interface OtherChangeRequestsPopupTabsProps {
1616 changeRequest : ChangeRequest ;
17- fromSubmitter : boolean ;
1817}
1918
2019const OtherChangeRequestsPopupTabs : React . FC < OtherChangeRequestsPopupTabsProps > = ( {
You can’t perform that action at this time.
0 commit comments