Remove unreachable code

This commit is contained in:
Jamie Kyle
2022-09-15 14:44:47 -07:00
committed by GitHub
parent 01587b0f39
commit b290b577d4

View File

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