Expose sortie checklist group completion
This commit is contained in:
@@ -9582,6 +9582,8 @@ function assertSortieTacticalRoster(state, requiredUnitIds) {
|
||||
typeof state.sortieChecklistSummary?.total !== 'number' ||
|
||||
typeof state.sortieChecklistSummary?.completeCount !== 'number' ||
|
||||
typeof state.sortieChecklistSummary?.complete !== 'boolean' ||
|
||||
typeof state.sortieChecklistSummary?.requiredComplete !== 'boolean' ||
|
||||
typeof state.sortieChecklistSummary?.recommendedComplete !== 'boolean' ||
|
||||
typeof state.sortieChecklistSummary?.requiredRemainingCount !== 'number' ||
|
||||
typeof state.sortieChecklistSummary?.recommendedRemainingCount !== 'number' ||
|
||||
(state.sortieChecklistSummary?.nextIncompleteLabel !== null && typeof state.sortieChecklistSummary?.nextIncompleteLabel !== 'string') ||
|
||||
|
||||
Reference in New Issue
Block a user