parent
							
								
									9302369aa5
								
							
						
					
					
						commit
						432761f375
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -68,7 +68,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  onReblogToggle (account) {
 | 
					  onReblogToggle (account) {
 | 
				
			||||||
    if (account.getIn(['relationship', 'show_reblogs'])) {
 | 
					    if (account.getIn(['relationship', 'showing_reblogs'])) {
 | 
				
			||||||
      dispatch(followAccount(account.get('id'), false));
 | 
					      dispatch(followAccount(account.get('id'), false));
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
      dispatch(followAccount(account.get('id'), true));
 | 
					      dispatch(followAccount(account.get('id'), true));
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue