Fix processing of incoming notifications for unfilterable types (#33429)
This commit is contained in:
		@@ -155,7 +155,7 @@ export const processNewNotificationForGroups = createAppAsyncThunk(
 | 
			
		||||
 | 
			
		||||
    const showInColumn =
 | 
			
		||||
      activeFilter === 'all'
 | 
			
		||||
        ? notificationShows[notification.type]
 | 
			
		||||
        ? notificationShows[notification.type] !== false
 | 
			
		||||
        : activeFilter === notification.type;
 | 
			
		||||
 | 
			
		||||
    if (!showInColumn) return;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user