Skip to content

Commit 5034d31

Browse files
authored
fix: Replace filter for Info tab under SDK from android to ios (#5099)
* fix: Replace filter for Info page under SDK from android to ios * fix route for data information
1 parent 8a8dfc0 commit 5034d31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/directory/directory.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,13 +1534,13 @@ const directory = {
15341534
items: [
15351535
{
15361536
title: 'Data Information',
1537-
route: '/overview',
1538-
filters: ['android']
1537+
route: '/sdk/info/overview',
1538+
filters: ['ios']
15391539
},
15401540
{
15411541
title: 'Uninstalling the app',
15421542
route: '/sdk/info/app-uninstall',
1543-
filters: ['android']
1543+
filters: ['ios']
15441544
}
15451545
]
15461546
}

0 commit comments

Comments
 (0)