Skip to content

Commit 288cf6a

Browse files
committed
added ax array to accessibility tab
1 parent dd8fe75 commit 288cf6a

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

src/app/components/StateRoute/Ax.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ 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'
3032
axSnapshots,
3133
} = props;
3234

0 commit comments

Comments
 (0)