Remove unreachable code
This commit is contained in:
@@ -250,9 +250,6 @@ export class LeftPaneComposeHelper extends LeftPaneHelper<LeftPaneComposePropsTy
|
|||||||
this.username
|
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
|
this.phoneNumber.e164
|
||||||
),
|
),
|
||||||
};
|
};
|
||||||
|
|
||||||
// eslint-disable-next-line no-unreachable -- Why is this here, its unreachable
|
|
||||||
virtualRowIndex -= 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user