Skip to content

Commit

Permalink
Update tandem name - see #291
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-blackman committed Apr 12, 2024
1 parent 69b13bd commit 1b9a676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/measures/view/MysteryOrCustomLauncherSection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class MysteryOrCustomLauncherSection extends PDLPanelSection {
maxWidth: 120
} ),
value: 'mystery',
tandemName: 'standardLauncherRadioButton'
tandemName: 'mysteryLauncherRadioButton'
}, {
createNode: () => new PDLText( ProjectileDataLabStrings.customLauncherStringProperty, {
maxWidth: 120
Expand Down

0 comments on commit 1b9a676

Please sign in to comment.