Skip to content

Commit 6581a52

Browse files
author
Andrej Gajdos
committed
minor update
1 parent 4e430c3 commit 6581a52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/views/home/HomeView.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import ProfilePlaceholder from 'assets/img/profile_placeholder.png';
88
import { isValidURL } from 'utils/utils';
99
import './homeView.scss';
1010

11-
class Header extends Component {
11+
class HomeView extends Component {
1212
static propTypes = {
1313
userObj: PropTypes.object,
1414
getProfile: PropTypes.func,
@@ -107,4 +107,4 @@ const mapDispatchToProps = dispatch => ({
107107
export default connect(
108108
mapStateToProps,
109109
mapDispatchToProps,
110-
)(Header);
110+
)(HomeView);

0 commit comments

Comments
 (0)