RecentUploadsHandlerBase.propTypes = {
  fetchRecentUploads: PropTypes.func,
  sortRecentUploads: PropTypes.func,
  uploads: PropTypes.array,
  loading: PropTypes.bool