Remove unreachable code
This commit is contained in:
parent
01587b0f39
commit
b290b577d4
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue