Show reply indicator for empty toots, not undefined toots (fixes #610)
Fix a regression introduced by 612b00d1bb
			
			
This commit is contained in:
		@@ -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}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user