mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Remove unreachable code
This commit is contained in:
@@ -250,9 +250,6 @@ export class LeftPaneComposeHelper extends LeftPaneHelper<LeftPaneComposePropsTy
|
||||
this.username
|
||||
),
|
||||
};
|
||||
|
||||
// eslint-disable-next-line no-unreachable -- Why is this here, its unreachable
|
||||
virtualRowIndex -= 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -275,9 +272,6 @@ export class LeftPaneComposeHelper extends LeftPaneHelper<LeftPaneComposePropsTy
|
||||
this.phoneNumber.e164
|
||||
),
|
||||
};
|
||||
|
||||
// eslint-disable-next-line no-unreachable -- Why is this here, its unreachable
|
||||
virtualRowIndex -= 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user