Skip to content

Commit f652937

Browse files
committed
refactor: remove defaultprops
1 parent bf3502f commit f652937

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/schedule-and-details/basic-section/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ BasicSection.propTypes = {
166166
marketingEnabled: PropTypes.bool.isRequired,
167167
courseDisplayName: PropTypes.string.isRequired,
168168
platformName: PropTypes.string.isRequired,
169-
isEditable: PropTypes.bool,
170169
};
171170

172171
export default BasicSection;

src/schedule-and-details/schedule-section/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ ScheduleSection.propTypes = {
178178
certificateAvailableDate: PropTypes.string,
179179
certificatesDisplayBehavior: PropTypes.string.isRequired,
180180
canShowCertificateAvailableDateField: PropTypes.bool.isRequired,
181-
showReadOnlyAlert: PropTypes.bool,
182181
onChange: PropTypes.func.isRequired,
183182
};
184183

0 commit comments

Comments
 (0)