Fixed naming issue in AboutLayout component
• Fixed: - naming issue in AboutLayout component
This commit is contained in:
parent
acc956777e
commit
3365893022
|
@ -17,7 +17,7 @@ import {
|
|||
SidebarXS,
|
||||
} from '../features/ui/util/async_components'
|
||||
|
||||
class SettingsLayout extends React.PureComponent {
|
||||
class AboutLayout extends React.PureComponent {
|
||||
|
||||
componentWillMount() {
|
||||
this.menuItems = [
|
||||
|
@ -132,8 +132,8 @@ class SettingsLayout extends React.PureComponent {
|
|||
|
||||
}
|
||||
|
||||
SettingsLayout.propTypes = {
|
||||
AboutLayout.propTypes = {
|
||||
title: PropTypes.string,
|
||||
}
|
||||
|
||||
export default SettingsLayout
|
||||
export default AboutLayout
|
Loading…
Reference in New Issue