Fix target account link in old report notifications
This commit is contained in:
		
							parent
							
								
									11014ac414
								
							
						
					
					
						commit
						33ad67fcea
					
				| 
						 | 
					@ -385,7 +385,7 @@ class Notification extends ImmutablePureComponent {
 | 
				
			||||||
      <bdi>
 | 
					      <bdi>
 | 
				
			||||||
        <Permalink
 | 
					        <Permalink
 | 
				
			||||||
          className='notification__display-name'
 | 
					          className='notification__display-name'
 | 
				
			||||||
          href={account.get('url')}
 | 
					          href={targetAccount.get('url')}
 | 
				
			||||||
          title={targetAccount.get('acct')}
 | 
					          title={targetAccount.get('acct')}
 | 
				
			||||||
          to={`/@${targetAccount.get('acct')}`}
 | 
					          to={`/@${targetAccount.get('acct')}`}
 | 
				
			||||||
          dangerouslySetInnerHTML={targetDisplayNameHtml}
 | 
					          dangerouslySetInnerHTML={targetDisplayNameHtml}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue