Remove constructor

Co-authored-by: Germain <germain@souquet.com>
pull/21833/head
Šimon Brandner 2021-09-27 10:12:45 +02:00 committed by GitHub
parent fb5c18caa0
commit 6aa5d98741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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();