Conform more of the codebase to strictNullChecks (#10504
* Conform more of the codebase to `strictNullChecks` * Iterate
This commit is contained in:
@@ -57,7 +57,7 @@ export interface IRightPanelCard {
|
||||
}
|
||||
|
||||
export interface IRightPanelCardStored {
|
||||
phase: RightPanelPhases;
|
||||
phase: RightPanelPhases | null;
|
||||
state?: IRightPanelCardStateStored;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user