Fix notification badge bug - copy-paste typo

This commit is contained in:
Vesa Luusua 2017-09-20 02:35:25 +03:00
parent 4ad7856ba4
commit f0e04b66b5
7 changed files with 7 additions and 7 deletions

View file

@ -255,7 +255,7 @@ const mapStateToProps = state => {
currentUser,
currentUserHasListings,
currentUserHasOrders,
currentUserNotificationCount: notificationCount,
notificationCount,
isAuthenticated,
listings,
logoutError,

View file

@ -129,7 +129,7 @@ const mapStateToProps = state => {
currentUser,
currentUserHasListings,
currentUserHasOrders,
currentUserNotificationCount: notificationCount,
notificationCount,
isAuthenticated,
logoutError,
scrollingDisabled: isScrollingDisabled(state),

View file

@ -258,7 +258,7 @@ const mapStateToProps = state => {
currentUser,
currentUserHasListings,
currentUserHasOrders,
currentUserNotificationCount: notificationCount,
notificationCount,
isAuthenticated,
logoutError,
scrollingDisabled: isScrollingDisabled(state),

View file

@ -99,7 +99,7 @@ const mapStateToProps = state => {
currentUser,
currentUserHasListings,
currentUserHasOrders,
currentUserNotificationCount: notificationCount,
notificationCount,
isAuthenticated,
logoutError,
scrollingDisabled: isScrollingDisabled(state),

View file

@ -105,7 +105,7 @@ const mapStateToProps = state => {
currentUser,
currentUserHasListings,
currentUserHasOrders,
currentUserNotificationCount: notificationCount,
notificationCount,
isAuthenticated,
logoutError,
scrollingDisabled: isScrollingDisabled(state),

View file

@ -192,7 +192,7 @@ const mapStateToProps = state => {
currentUser,
currentUserHasListings,
currentUserHasOrders,
currentUserNotificationCount: notificationCount,
notificationCount,
image,
isAuthenticated,
logoutError,

View file

@ -99,7 +99,7 @@ const mapStateToProps = state => {
currentUser,
currentUserHasListings,
currentUserHasOrders,
currentUserNotificationCount: notificationCount,
notificationCount,
isAuthenticated,
logoutError,
scrollingDisabled: isScrollingDisabled(state),