Skip to content

Commit b6cf3e6

Browse files
updated pseudocode on RenderingFrequency, Tutorial
1 parent f339af5 commit b6cf3e6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/app/components/StateRoute/PerformanceVisx/RenderingFrequency.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ import React, { useState, useEffect } from 'react';
55
import { onHover, onHoverExit, setCurrentTabInApp } from '../../../actions/actions';
66
import { useStoreContext } from '../../../store';
77

8+
/*
9+
10+
*/
11+
812
const RenderingFrequency = (props) => {
913
const perfData = props.data;
1014
const [store, dispatch] = useStoreContext();

src/app/components/Tutorial.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ const { Steps } = require('intro.js-react'); //Must be required in. This enables
1414
/*
1515
This is the tutorial displayed when the "How to use" button is clicked
1616
This needs to be a class component to be compatible with updateStepElement from intro.js
17+
18+
currently written as class components vs functional components.
1719
*/
1820

1921
export default class Tutorial extends Component<TutorialProps, TutorialState> {

0 commit comments

Comments
 (0)