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 8430fd3 commit dd8fe75Copy full SHA for dd8fe75
src/app/components/StateRoute/Ax.tsx
@@ -27,8 +27,6 @@ const theme = {
27
const AxTree = (props) => {
28
const {
29
snapshot, // from 'tabs[currentTab]' object in 'MainContainer'
30
- snapshots, // from 'tabs[currentTab].snapshotDisplay' object in 'MainContainer'
31
- currLocation, // from 'tabs[currentTab]' object in 'MainContainer'
32
axSnapshots,
33
} = props;
34
0 commit comments