Skip to content

Commit 9bfdc86

Browse files
author
Fahd
committed
disable VRTM and remove route
1 parent cb9a723 commit 9bfdc86

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

packages/polymath-issuer/src/components/Dashboard.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ class Dashboard extends Component<Props> {
144144
icon: icoRestriction,
145145
to: `${tokenUrl}/restrictions`,
146146
isActive: location.slice(-13) === '/restrictions',
147-
isDisabled: !token || !token.address,
147+
// isDisabled: !token || !token.address,
148+
isDisabled: true,
148149
},
149150
{
150151
title: 'Dividends',

packages/polymath-issuer/src/routes.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ export default [
5454
component: STOPage,
5555
exact: true,
5656
},
57-
{
58-
path: '/dashboard/:id/restrictions',
59-
component: RestrictionsPage,
60-
exact: true,
61-
},
57+
// {
58+
// path: '/dashboard/:id/restrictions',
59+
// component: RestrictionsPage,
60+
// exact: true,
61+
// },
6262
{
6363
path: '/dashboard/:id/compliance',
6464
component: WhitelistPage,

0 commit comments

Comments
 (0)