Skip to content

Commit 6e61b0c

Browse files
authored
reader/notifications/controller: Pass correct property to getShouldShowGlobalSidebar (#103557)
1 parent 07000dd commit 6e61b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/reader/notifications/controller.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function notifications( context, next ) {
1515
const state = context.store.getState();
1616
const shouldShowGlobalSidebar = getShouldShowGlobalSidebar( {
1717
state,
18-
currentSection: { group: 'reader' },
18+
section: { group: 'reader' },
1919
} );
2020
const isGlobalNotificationsOpen = getIsNotificationsOpen( state );
2121

0 commit comments

Comments
 (0)