fix(governance): remove restricted route from navigation (#5106)

This commit is contained in:
Edd 2023-10-23 15:16:07 +01:00 committed by GitHub
parent f5868b6f1b
commit 1d39f81dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,10 +34,6 @@ export const TOP_LEVEL_ROUTES = [
name: 'Rewards',
path: Routes.REWARDS,
},
{
name: 'Restricted',
path: Routes.RESTRICTED,
},
];
export const TOKEN_DROPDOWN_ROUTES = [