Interface syntax
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
85ce95e066
commit
8f7b012ec1
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue