You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Appease the linter
This looks awkward, but should pass.
This commit is contained in:
@@ -140,9 +140,8 @@ export default class Field extends React.PureComponent {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
const {
|
const {
|
||||||
element, prefix, onValidate, children, tooltipContent,
|
element, prefix, onValidate, children, tooltipContent, flagInvalid,
|
||||||
flagInvalid, ...inputProps,
|
...inputProps} = this.props;
|
||||||
} = this.props;
|
|
||||||
|
|
||||||
const inputElement = element || "input";
|
const inputElement = element || "input";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user