Migrate AuthFooter to TypeScript
This commit is contained in:
parent
7dbff52aa4
commit
59316e4820
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ import { replaceableComponent } from "../../../utils/replaceableComponent";
|
|||
|
||||
@replaceableComponent("views.auth.AuthBody")
|
||||
export default class AuthBody extends React.PureComponent {
|
||||
render() {
|
||||
public render(): React.ReactNode {
|
||||
return <div className="mx_AuthBody">
|
||||
{ this.props.children }
|
||||
</div>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue