This commit is contained in:
mgabdev
2020-05-01 01:50:27 -04:00
parent c15d4f12dc
commit 8e349c368c
99 changed files with 1268 additions and 887 deletions

View File

@@ -17,7 +17,6 @@ export default class Layout extends PureComponent {
showBackBtn: PropTypes.bool,
noSidebar: PropTypes.bool,
noRightSidebar: PropTypes.bool,
noHeader: PropTypes.bool,
noComposeButton: PropTypes.bool,
}
@@ -31,7 +30,6 @@ export default class Layout extends PureComponent {
tabs,
noSidebar,
noRightSidebar,
noHeader,
noComposeButton,
} = this.props