mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Remove ESLint no-continue rule
This commit is contained in:
@@ -405,7 +405,6 @@ export class Timeline extends React.PureComponent<Props, State> {
|
||||
const { id, offsetTop, offsetHeight } = child;
|
||||
|
||||
if (!id) {
|
||||
// eslint-disable-next-line no-continue
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -425,7 +424,6 @@ export class Timeline extends React.PureComponent<Props, State> {
|
||||
const { offsetTop, id } = child;
|
||||
|
||||
if (!id) {
|
||||
// eslint-disable-next-line no-continue
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user