lint quotemark ` should be '

pull/982/head
Konstantin Ullrich 5 years ago
parent de6dc26d6c
commit e9be9bcbc5

@ -23,7 +23,7 @@ export class SessionSearchInput extends React.Component<Props> {
public render() {
const { searchString } = this.props;
const triggerId = `session-search-input-context`;
const triggerId = 'session-search-input-context';
return (
<>

Loading…
Cancel
Save