You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-10 19:43:07 +03:00
Actually appease linter
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user