mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Appease the linter
This looks awkward, but should pass.
This commit is contained in:
parent
27504e1578
commit
e2f013ddb4
@ -140,9 +140,8 @@ export default class Field extends React.PureComponent {
|
||||
|
||||
render() {
|
||||
const {
|
||||
element, prefix, onValidate, children, tooltipContent,
|
||||
flagInvalid, ...inputProps,
|
||||
} = this.props;
|
||||
element, prefix, onValidate, children, tooltipContent, flagInvalid,
|
||||
...inputProps} = this.props;
|
||||
|
||||
const inputElement = element || "input";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user