You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
@@ -26,8 +26,8 @@ interface IProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface IState {
|
interface IState {
|
||||||
completed: boolean,
|
completed: boolean;
|
||||||
error: string,
|
error: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class HostingSignupDialog extends React.PureComponent<IProps, IState> {
|
export default class HostingSignupDialog extends React.PureComponent<IProps, IState> {
|
||||||
|
|||||||
Reference in New Issue
Block a user