mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Fix notification badge bug - copy-paste typo
This commit is contained in:
parent
4ad7856ba4
commit
f0e04b66b5
7 changed files with 7 additions and 7 deletions
|
|
@ -255,7 +255,7 @@ const mapStateToProps = state => {
|
|||
currentUser,
|
||||
currentUserHasListings,
|
||||
currentUserHasOrders,
|
||||
currentUserNotificationCount: notificationCount,
|
||||
notificationCount,
|
||||
isAuthenticated,
|
||||
listings,
|
||||
logoutError,
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ const mapStateToProps = state => {
|
|||
currentUser,
|
||||
currentUserHasListings,
|
||||
currentUserHasOrders,
|
||||
currentUserNotificationCount: notificationCount,
|
||||
notificationCount,
|
||||
isAuthenticated,
|
||||
logoutError,
|
||||
scrollingDisabled: isScrollingDisabled(state),
|
||||
|
|
|
|||
|
|
@ -258,7 +258,7 @@ const mapStateToProps = state => {
|
|||
currentUser,
|
||||
currentUserHasListings,
|
||||
currentUserHasOrders,
|
||||
currentUserNotificationCount: notificationCount,
|
||||
notificationCount,
|
||||
isAuthenticated,
|
||||
logoutError,
|
||||
scrollingDisabled: isScrollingDisabled(state),
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ const mapStateToProps = state => {
|
|||
currentUser,
|
||||
currentUserHasListings,
|
||||
currentUserHasOrders,
|
||||
currentUserNotificationCount: notificationCount,
|
||||
notificationCount,
|
||||
isAuthenticated,
|
||||
logoutError,
|
||||
scrollingDisabled: isScrollingDisabled(state),
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ const mapStateToProps = state => {
|
|||
currentUser,
|
||||
currentUserHasListings,
|
||||
currentUserHasOrders,
|
||||
currentUserNotificationCount: notificationCount,
|
||||
notificationCount,
|
||||
isAuthenticated,
|
||||
logoutError,
|
||||
scrollingDisabled: isScrollingDisabled(state),
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ const mapStateToProps = state => {
|
|||
currentUser,
|
||||
currentUserHasListings,
|
||||
currentUserHasOrders,
|
||||
currentUserNotificationCount: notificationCount,
|
||||
notificationCount,
|
||||
image,
|
||||
isAuthenticated,
|
||||
logoutError,
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ const mapStateToProps = state => {
|
|||
currentUser,
|
||||
currentUserHasListings,
|
||||
currentUserHasOrders,
|
||||
currentUserNotificationCount: notificationCount,
|
||||
notificationCount,
|
||||
isAuthenticated,
|
||||
logoutError,
|
||||
scrollingDisabled: isScrollingDisabled(state),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue