mirror of https://github.com/vector-im/riot-web
parent
85ce95e066
commit
8f7b012ec1
|
@ -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> {
|
||||
|
|
Loading…
Reference in New Issue