Skip to content

Commit

Permalink
Remove 'screen' from screen identifier values - see #314
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-blackman committed Apr 24, 2024
1 parent 7f08aea commit 84f7867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/ScreenIdentifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
*
* @author Sam Reid (PhET Interactive Simulations)
*/
export const ScreenIdentifierValues = [ 'variabilityScreen', 'sourcesScreen', 'measuresScreen', 'samplingScreen' ] as const;
export const ScreenIdentifierValues = [ 'variability', 'sources', 'measures', 'sampling' ] as const;

export type ScreenIdentifier = typeof ScreenIdentifierValues[number];

0 comments on commit 84f7867

Please sign in to comment.