mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 14:37:47 +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
@@ -76,7 +76,6 @@ class Notification extends AbstractNotification<Props> {
|
||||
pointerEvents = 'box-none'
|
||||
style = { styles.notificationContent }>
|
||||
{
|
||||
// eslint-disable-next-line no-extra-parens
|
||||
this._getDescription().map((line, index) => (
|
||||
<Text
|
||||
key = { index }
|
||||
|
||||
Reference in New Issue
Block a user