Skip to content

Commit

Permalink
feat: Remove trust framework #2817
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jul 30, 2024
1 parent 0f14d57 commit 0bd7ebd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/dashboard/drawer/ssi/src/view/ssi_menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ class SSIView extends StatelessWidget {
Navigator.of(context).push<void>(Oidc4vcSettingMenu.route());
},
),
DrawerItem(
title: l10n.trustFramework,
onTap: () async {
await Navigator.of(context)
.push<void>(TrustFrameworkPage.route());
},
),
// DrawerItem(
// title: l10n.trustFramework,
// onTap: () async {
// await Navigator.of(context)
// .push<void>(TrustFrameworkPage.route());
// },
// ),
],
],
),
Expand Down

0 comments on commit 0bd7ebd

Please sign in to comment.