ProjectTile.propTypes = {
  project: PropTypes.object.isRequired,
  projectId: PropTypes.string.isRequired,
  onDelete: PropTypes.func.isRequired
}