We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0586a4 commit 6c186efCopy full SHA for 6c186ef
client/modules/IDE/components/Header/MobileNav.jsx
@@ -333,30 +333,4 @@ const MoreMenu = () => {
333
);
334
};
335
336
-MoreMenu.propTypes = {
337
- cmController: PropTypes.shape({
338
- tidyCode: PropTypes.func,
339
- showFind: PropTypes.func,
340
- showReplace: PropTypes.func,
341
- getContent: PropTypes.func
342
- })
343
-};
344
-
345
-MoreMenu.defaultProps = {
346
- cmController: {}
347
348
349
-MobileNav.propTypes = {
350
351
352
353
354
355
356
357
358
-MobileNav.defaultProps = {
359
360
361
362
export default MobileNav;
0 commit comments