Show reply indicator for empty toots, not undefined toots (fixes #610)
Fix a regression introduced by 14061b76dc
			
			
This commit is contained in:
		
							parent
							
								
									a41c54afac
								
							
						
					
					
						commit
						22618172b4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -328,7 +328,7 @@ class Composer extends React.Component {
 | 
			
		|||
        {privacy === 'direct' ? <ComposerDirectWarning /> : null}
 | 
			
		||||
        {privacy === 'private' && amUnlocked ? <ComposerWarning /> : null}
 | 
			
		||||
        {privacy !== 'public' && APPROX_HASHTAG_RE.test(text) ? <ComposerHashtagWarning /> : null}
 | 
			
		||||
        {replyContent !== null && (
 | 
			
		||||
        {replyAccount && (
 | 
			
		||||
          <ComposerReply
 | 
			
		||||
            account={replyAccount}
 | 
			
		||||
            content={replyContent}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue