import React from 'react'; import PropTypes from 'prop-types'; import { Utils } from '../../utils/utils'; import { gettext } from '../../utils/constants'; const propTypes = { file: PropTypes.object, }; class ForbidUploadListItem extends React.Component { render() { const { file } = this.props; return (