Skip to content

Commit b02dc1b

Browse files
authored
Update StateRoute.tsx
1 parent 4b08bc9 commit b02dc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/StateRoute/StateRoute.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const NO_STATE_MSG = 'No state change detected. Trigger an event to change state
2222

2323

2424
const StateRoute = (props: StateRouteProps) => {
25-
const { snapshot, hierarchy, snapshots, viewIndex, webMetrics, currLocation } = props;
25+
const { snapshot, hierarchy, snapshots, viewIndex, webMetrics, currLocation } = props;
2626
const [{ tabs, currentTab }, dispatch] = useStoreContext();
2727
const { hierarchy, sliderIndex, viewIndex } = tabs[currentTab];
2828

0 commit comments

Comments
 (0)