Make more of the codebase conform to strict types (#10857)
This commit is contained in:
@@ -28,7 +28,7 @@ interface IProps {
|
||||
}
|
||||
|
||||
interface IState {
|
||||
phase: Phase;
|
||||
phase?: Phase;
|
||||
lostKeys: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user