Skip to content

Commit

Permalink
Remove completed TODO, see phetsims/chipper#1356
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 20, 2024
1 parent ff0db56 commit 4cf4a76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/view/InteractiveSchematicAtom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ type SelfOptions = {

type InteractiveSchematicAtomOptions = SelfOptions & NodeOptions;

// TODO: https://github.com/phetsims/chipper/issues/1356 fix type
type TModel = {
particleAtom: ParticleAtom;
showElementNameProperty: TReadOnlyProperty<boolean>;
Expand Down

0 comments on commit 4cf4a76

Please sign in to comment.