Skip to content

Commit

Permalink
Remove TODO since issue is closed. See #106.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisav1 committed Aug 3, 2023
1 parent ebd7e98 commit 67fafea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/view/BANScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ abstract class BANScreenView<M extends BANModel<ParticleAtom | ParticleNucleus>>

// multiple neutrons
else {
// TODO: how do I get here? https://github.com/phetsims/build-a-nucleus/issues/106
name = StringUtils.fillIn( BuildANucleusStrings.clusterOfNeutronsPatternStringProperty, {
neutronCount: neutronCount
} );
Expand Down

0 comments on commit 67fafea

Please sign in to comment.