We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e430c3 commit 6581a52Copy full SHA for 6581a52
script/views/home/HomeView.jsx
@@ -8,7 +8,7 @@ import ProfilePlaceholder from 'assets/img/profile_placeholder.png';
8
import { isValidURL } from 'utils/utils';
9
import './homeView.scss';
10
11
-class Header extends Component {
+class HomeView extends Component {
12
static propTypes = {
13
userObj: PropTypes.object,
14
getProfile: PropTypes.func,
@@ -107,4 +107,4 @@ const mapDispatchToProps = dispatch => ({
107
export default connect(
108
mapStateToProps,
109
mapDispatchToProps,
110
-)(Header);
+)(HomeView);
0 commit comments