Display favorites count on profile, fixes #126

This commit is contained in:
Alex Gleason
2020-03-10 15:26:34 -05:00
parent 0e17641f12
commit bccb9a6f9c
3 changed files with 5 additions and 3 deletions

View File

@@ -26,5 +26,6 @@ export const forceSingleColumn = !getMeta('advanced_layout');
export const promotions = initialState && initialState.promotions;
export const unreadCount = getMeta('unread_count');
export const monthlyExpensesComplete = getMeta('monthly_expenses_complete');
export const favouritesCount = getMeta('favourites_count');
export default initialState;