Skip to content

Commit dd8fe75

Browse files
committed
added ax array to accessibility tab
1 parent 8430fd3 commit dd8fe75

File tree

1 file changed

+0
-2
lines changed
  • src/app/components/StateRoute

1 file changed

+0
-2
lines changed

src/app/components/StateRoute/Ax.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ const theme = {
2727
const AxTree = (props) => {
2828
const {
2929
snapshot, // from 'tabs[currentTab]' object in 'MainContainer'
30-
snapshots, // from 'tabs[currentTab].snapshotDisplay' object in 'MainContainer'
31-
currLocation, // from 'tabs[currentTab]' object in 'MainContainer'
3230
axSnapshots,
3331
} = props;
3432

0 commit comments

Comments
 (0)