PositionsTable.propTypes = {
  model: React.PropTypes.object,
  downloadModel: React.PropTypes.object,
  onItemTapped: React.PropTypes.func
};