Skip to content

Commit

Permalink
Remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds-signal committed Sep 15, 2022
1 parent 01587b0 commit b290b57
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ts/components/leftPane/LeftPaneComposeHelper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand All @@ -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;
}
}

Expand Down

0 comments on commit b290b57

Please sign in to comment.