Skip to content

Commit

Permalink
Correct casing
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyboxer committed Nov 16, 2017
1 parent 20346bb commit a510d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/containers/Notifications/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { connect } from 'react-redux'
import { bindActionCreators } from 'redux'
import { hideNotification, getNotifications } from '../../modules/notifications'
import Notifications from './notifications'
import Notifications from './Notifications'

const mapStateToProps = (state: Object) => ({
notifications: getNotifications(state)
Expand Down

0 comments on commit a510d68

Please sign in to comment.