add initial components based off of tootsuite pr #1507
This commit is contained in:
		@@ -48,8 +48,8 @@ export default class ActionBar extends React.PureComponent {
 | 
			
		||||
    this.props.onReblog(this.props.status, e);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  handleFavouriteClick = () => {
 | 
			
		||||
    this.props.onFavourite(this.props.status);
 | 
			
		||||
  handleFavouriteClick = (e) => {
 | 
			
		||||
    this.props.onFavourite(this.props.status, e);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  handleDeleteClick = () => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user