Skip to content

Commit

Permalink
Refactor guards for creating screen-specific groups for circuit eleme…
Browse files Browse the repository at this point in the history
  • Loading branch information
UniverseAndMore committed Feb 17, 2023
1 parent 87917aa commit 4b9098b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lab/view/LabScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class LabScreenView extends CCKCScreenView {
createNode: ( tandem: Tandem ) => {
return circuitElementToolFactory.createLightBulbToolNode(
tandem,
model.circuit.realLightBulbGroup,
model.circuit.realLightBulbGroup!,
CircuitConstructionKitCommonStrings.realBulbStringProperty,
true,
model.addRealBulbsProperty
Expand Down

0 comments on commit 4b9098b

Please sign in to comment.