chore(lint): cleanup unused variables in code (#1563)
This commit is contained in:
@ -117,7 +117,7 @@ export default function withFileControl({ forImage } = {}) {
|
||||
};
|
||||
|
||||
renderFileName = () => {
|
||||
const { value, classNameWrapper } = this.props;
|
||||
const { value } = this.props;
|
||||
const size = MAX_DISPLAY_LENGTH;
|
||||
if (!value || value.length <= size) {
|
||||
return value;
|
||||
|
Reference in New Issue
Block a user