mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 08:07:46 +00:00
removes need for eslint-disable-next-line react/jsx-wrap-multilines and eslint-diable-line no extra-parens
This commit is contained in:
committed by
Lyubo Marinov
parent
9aed4df6d2
commit
1d99abc4a4
@@ -244,7 +244,7 @@ class MultiSelectAutocomplete extends Component {
|
||||
if (!this.state.error) {
|
||||
return null;
|
||||
}
|
||||
const content = ( // eslint-disable-line no-extra-parens
|
||||
const content = (
|
||||
<div className = 'autocomplete-error'>
|
||||
<InlineDialogFailure
|
||||
onRetry = { this._onRetry } />
|
||||
|
||||
Reference in New Issue
Block a user