There was an error while loading. Please reload this page.
1 parent bf3502f commit f652937Copy full SHA for f652937
2 files changed
src/schedule-and-details/basic-section/index.jsx
@@ -166,7 +166,6 @@ BasicSection.propTypes = {
166
marketingEnabled: PropTypes.bool.isRequired,
167
courseDisplayName: PropTypes.string.isRequired,
168
platformName: PropTypes.string.isRequired,
169
- isEditable: PropTypes.bool,
170
};
171
172
export default BasicSection;
src/schedule-and-details/schedule-section/index.jsx
@@ -178,7 +178,6 @@ ScheduleSection.propTypes = {
178
certificateAvailableDate: PropTypes.string,
179
certificatesDisplayBehavior: PropTypes.string.isRequired,
180
canShowCertificateAvailableDateField: PropTypes.bool.isRequired,
181
- showReadOnlyAlert: PropTypes.bool,
182
onChange: PropTypes.func.isRequired,
183
184
0 commit comments