parent
							
								
									ae20afbc80
								
							
						
					
					
						commit
						417b0416e8
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -85,8 +85,9 @@ class Notification extends ImmutablePureComponent { | |||
|             <div className='notification__favourite-icon-wrapper'> | ||||
|               <i className='fas fa-fw fa-user-plus' /> | ||||
|             </div> | ||||
| 
 | ||||
|             <FormattedMessage id='notification.follow' defaultMessage='{name} followed you' values={{ name: link }} /> | ||||
|             <span title={notification.get('created_at')}> | ||||
|               <FormattedMessage id='notification.follow' defaultMessage='{name} followed you' values={{ name: link }} /> | ||||
|             </span> | ||||
|           </div> | ||||
| 
 | ||||
|           <AccountContainer id={account.get('id')} withNote={false} hidden={this.props.hidden} /> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue