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 4b08bc9 commit b02dc1bCopy full SHA for b02dc1b
src/app/components/StateRoute/StateRoute.tsx
@@ -22,7 +22,7 @@ const NO_STATE_MSG = 'No state change detected. Trigger an event to change state
22
23
24
const StateRoute = (props: StateRouteProps) => {
25
- const { snapshot, hierarchy, snapshots, viewIndex, webMetrics, currLocation } = props;
+ const { snapshot, hierarchy, snapshots, viewIndex, webMetrics, currLocation } = props;
26
const [{ tabs, currentTab }, dispatch] = useStoreContext();
27
const { hierarchy, sliderIndex, viewIndex } = tabs[currentTab];
28
0 commit comments