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 12fb56c commit 4b08bc9Copy full SHA for 4b08bc9
src/app/components/StateRoute/StateRoute.tsx
@@ -25,7 +25,6 @@ const StateRoute = (props: StateRouteProps) => {
25
const { snapshot, hierarchy, snapshots, viewIndex, webMetrics, currLocation } = props;
26
const [{ tabs, currentTab }, dispatch] = useStoreContext();
27
const { hierarchy, sliderIndex, viewIndex } = tabs[currentTab];
28
- console.log()
29
30
// Map
31
const renderComponentMap = () => {
0 commit comments