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 a13fb93 commit 520bc33Copy full SHA for 520bc33
src/app/components/StateRoute.tsx
@@ -72,6 +72,8 @@ const StateRoute = (props: StateRouteProps) => {
72
// 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, we invoke teh D3 render chart with hierarchy
75
+ // by invoking History component, and passing in all the props required to render D3 elements and perform timeJump from clicking of node
76
+ // otherwise we an alert to the user that no state was found.
77
const renderHistory = () => {
78
if (hierarchy) {
79
return (
0 commit comments