cleanup
This commit is contained in:
		
							parent
							
								
									6e56054d1d
								
							
						
					
					
						commit
						fd4afa9e60
					
				| @ -33,16 +33,14 @@ class WorkspaceStats extends Component { | |||||||
|           <Chip |           <Chip | ||||||
|             style={{ marginRight: '1rem' }} |             style={{ marginRight: '1rem' }} | ||||||
|             color="primary" |             color="primary" | ||||||
|             title="Anzahl aktueller Blöcke" |  | ||||||
|             avatar={<Avatar><FontAwesomeIcon icon={faPuzzlePiece} /></Avatar>} |             avatar={<Avatar><FontAwesomeIcon icon={faPuzzlePiece} /></Avatar>} | ||||||
|             label={workspace ? workspace.getAllBlocks().length : 0}> |             label={workspace ? workspace.getAllBlocks().length : 0}> | ||||||
|           </Chip> |           </Chip> | ||||||
|         </Tooltip> |         </Tooltip> | ||||||
|         <Tooltip title="Anzahl aktueller Blöcke" > |         <Tooltip title="Anzahl neuer Blöcke" > | ||||||
|           <Chip |           <Chip | ||||||
|             style={{ marginRight: '1rem' }} |             style={{ marginRight: '1rem' }} | ||||||
|             color="primary" |             color="primary" | ||||||
|             title="Anzahl neuer Blöcke" |  | ||||||
|             avatar={<Avatar><FontAwesomeIcon icon={faPlus} /></Avatar>} |             avatar={<Avatar><FontAwesomeIcon icon={faPlus} /></Avatar>} | ||||||
|             label={this.props.create}> |             label={this.props.create}> | ||||||
|           </Chip> |           </Chip> | ||||||
| @ -51,7 +49,6 @@ class WorkspaceStats extends Component { | |||||||
|           <Chip |           <Chip | ||||||
|             style={{ marginRight: '1rem' }} |             style={{ marginRight: '1rem' }} | ||||||
|             color="primary" |             color="primary" | ||||||
|             title="Anzahl neuer Blöcke" |  | ||||||
|             avatar={<Avatar><FontAwesomeIcon icon={faPen} /></Avatar>} |             avatar={<Avatar><FontAwesomeIcon icon={faPen} /></Avatar>} | ||||||
|             label={this.props.change}> |             label={this.props.change}> | ||||||
|           </Chip> |           </Chip> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user