Remove constructor
Co-authored-by: Germain <germain@souquet.com>
This commit is contained in:
parent
fb5c18caa0
commit
6aa5d98741
1 changed files with 0 additions and 3 deletions
|
@ -26,9 +26,6 @@ interface IProps {
|
|||
|
||||
@replaceableComponent("views.messages.MjolnirBody")
|
||||
export default class MjolnirBody extends React.Component<IProps> {
|
||||
constructor(props: IProps) {
|
||||
super(props);
|
||||
}
|
||||
|
||||
private onAllowClick = (e: React.MouseEvent): void => {
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Reference in a new issue