lint fixup

This commit is contained in:
Qstick
2021-11-21 18:57:22 -06:00
parent f19a81990b
commit 520d82ed20
163 changed files with 466 additions and 466 deletions
+3 -3
View File
@@ -68,7 +68,7 @@ class QueryParameterModal extends Component {
onInputSelectionChange = (selectionStart, selectionEnd) => {
this._selectionStart = selectionStart;
this._selectionEnd = selectionEnd;
}
};
onOptionPress = ({ isFullFilename, tokenValue }) => {
const {
@@ -96,12 +96,12 @@ class QueryParameterModal extends Component {
this._selectionStart = newValue.length - 1;
this._selectionEnd = newValue.length - 1;
}
}
};
onInputChange = ({ name, value }) => {
this.props.onSearchInputChange({ value: '' });
this.props.onInputChange({ name, value });
}
};
//
// Render