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