mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-23 23:41:33 +02:00
Actually appease linter
This commit is contained in:
parent
bf9caa7fd8
commit
06905bc5bb
@ -137,7 +137,7 @@ export default class Field extends React.PureComponent {
|
||||
}, VALIDATION_THROTTLE_MS);
|
||||
|
||||
render() {
|
||||
const { element, prefix, onValidate, children, tooltip, ...inputProps } = this.props;
|
||||
const { element, prefix, onValidate, children, ...inputProps } = this.props;
|
||||
delete inputProps.tooltip; // needs to be removed from props but we don't need it here
|
||||
|
||||
const inputElement = element || "input";
|
||||
|
Loading…
x
Reference in New Issue
Block a user