Fix front-end bug when processing relationship-related account actions (#26902)
This commit is contained in:
		
							parent
							
								
									9a70cac9de
								
							
						
					
					
						commit
						287520453c
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -73,6 +73,7 @@ export default function relationships(state = initialState, action) { | |||
|   case ACCOUNT_UNMUTE_SUCCESS: | ||||
|   case ACCOUNT_PIN_SUCCESS: | ||||
|   case ACCOUNT_UNPIN_SUCCESS: | ||||
|     return normalizeRelationship(state, action.relationship); | ||||
|   case RELATIONSHIPS_FETCH_SUCCESS: | ||||
|     return normalizeRelationships(state, action.relationships); | ||||
|   case submitAccountNote.fulfilled: | ||||
|  |  | |||
		Reference in a new issue