Skip to content

Commit

Permalink
fix: Replace filter for Info tab under SDK from android to ios (#5099)
Browse files Browse the repository at this point in the history
* fix: Replace filter for Info page under SDK from android to ios

* fix route for data information
  • Loading branch information
sdhuka authored and iartemiev committed Feb 20, 2023
1 parent b274fa8 commit f6573f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/directory/directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -1534,13 +1534,13 @@ const directory = {
items: [
{
title: 'Data Information',
route: '/overview',
filters: ['android']
route: '/sdk/info/overview',
filters: ['ios']
},
{
title: 'Uninstalling the app',
route: '/sdk/info/app-uninstall',
filters: ['android']
filters: ['ios']
}
]
}
Expand Down

0 comments on commit f6573f1

Please sign in to comment.