Remove empty line
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
dd92f8f1f9
commit
2712dde581
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ interface IProps {
|
||||||
|
|
||||||
@replaceableComponent("views.messages.MjolnirBody")
|
@replaceableComponent("views.messages.MjolnirBody")
|
||||||
export default class MjolnirBody extends React.Component<IProps> {
|
export default class MjolnirBody extends React.Component<IProps> {
|
||||||
|
|
||||||
private onAllowClick = (e: React.MouseEvent): void => {
|
private onAllowClick = (e: React.MouseEvent): void => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|
Loading…
Reference in a new issue