We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a8bb2 commit a13fb93Copy full SHA for a13fb93
src/app/components/StateRoute.tsx
@@ -69,9 +69,9 @@ const StateRoute = (props: StateRouteProps) => {
69
return <div className="noState">{NO_STATE_MSG}</div>;
70
};
71
72
- // the hierarchy gets set on the first click in the page
+ // the hierarchy gets set upon the first click on the page
73
// when the page is refreshed we may not have a hierarchy, so we need to check if hierarchy was initialized
74
- // if true invoke render chart with hierarchy
+ // if true, we invoke teh D3 render chart with hierarchy
75
const renderHistory = () => {
76
if (hierarchy) {
77
return (
0 commit comments