parent
							
								
									9a860a142b
								
							
						
					
					
						commit
						cfaeea1779
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -542,6 +542,7 @@ class Status extends ImmutablePureComponent {
 | 
			
		|||
            <HotKeys handlers={handlers}>
 | 
			
		||||
              <div className={classNames('focusable', 'detailed-status__wrapper')} tabIndex='0' aria-label={textForScreenReader(intl, status, false)}>
 | 
			
		||||
                <DetailedStatus
 | 
			
		||||
                  key={`details-${status.get('id')}`}
 | 
			
		||||
                  status={status}
 | 
			
		||||
                  onOpenVideo={this.handleOpenVideo}
 | 
			
		||||
                  onOpenMedia={this.handleOpenMedia}
 | 
			
		||||
| 
						 | 
				
			
			@ -552,6 +553,7 @@ class Status extends ImmutablePureComponent {
 | 
			
		|||
                />
 | 
			
		||||
 | 
			
		||||
                <ActionBar
 | 
			
		||||
                  key={`action-bar-${status.get('id')}`}
 | 
			
		||||
                  status={status}
 | 
			
		||||
                  onReply={this.handleReplyClick}
 | 
			
		||||
                  onFavourite={this.handleFavouriteClick}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue