Skip to content

Commit

Permalink
Fix commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
aemandine authored Aug 22, 2024
1 parent ee6521a commit bc348c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/perseus/src/widgets/phet-sim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {basicBorderColor, borderRadiusLarge} from "../styles/global-constants";
import type {PerseusPhetSimWidgetOptions} from "../perseus-types";
import type {WidgetExports, WidgetProps} from "../types";

type RenderProps = PerseusPhetSimWidgetOptions; // transform = _.identity
type RenderProps = PerseusPhetSimWidgetOptions;
type Props = WidgetProps<RenderProps, PerseusPhetSimWidgetOptions>;

// For returning user input, but currently the PhET widget
Expand All @@ -35,7 +35,7 @@ type State = {
url: URL | null;
};

/* This renders the PhET sim */
// This renders the PhET sim
export class PhetSim extends React.Component<Props, State> {
static contextType = PerseusI18nContext;
declare context: React.ContextType<typeof PerseusI18nContext>;
Expand Down

0 comments on commit bc348c9

Please sign in to comment.