Skip to content

Commit

Permalink
promoto TODO to issue, #110
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 1, 2023
1 parent c98f607 commit 2ba5c23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/chart-intro/view/ChartIntroScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ class ChartIntroScreenView extends BANScreenView<ChartIntroModel> {
// Whether to show a special highlight for magic-numbered nuclides in the charts
const showMagicNumbersProperty = new BooleanProperty( false );

// TODO: use align group to match width's of accordion box and periodic table https://github.com/phetsims/build-a-nucleus/issues/93
const nuclideChartAccordionBox = new NuclideChartAccordionBox( this.model.particleAtom.protonCountProperty,
this.model.particleAtom.neutronCountProperty, this.periodicTableAndIsotopeSymbol.width,
this.model.selectedNuclideChartProperty, this.model.decayEquationModel, this.decayAtom.bind( this ), showMagicNumbersProperty );
Expand Down

0 comments on commit 2ba5c23

Please sign in to comment.