mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 12:57:49 +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
@@ -477,7 +477,7 @@ class AddPeopleDialog extends Component<*, *> {
|
||||
const supportString = t('inlineDialogFailure.supportMsg');
|
||||
const supportLink = interfaceConfig.SUPPORT_URL;
|
||||
const supportLinkContent
|
||||
= ( // eslint-disable-line no-extra-parens
|
||||
= (
|
||||
<span>
|
||||
<span>
|
||||
{ supportString.padEnd(supportString.length + 1) }
|
||||
|
||||
Reference in New Issue
Block a user