File tree Expand file tree Collapse file tree
packages/polymath-issuer/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,14 +138,15 @@ class Dashboard extends Component<Props> {
138138 isActive : location . slice ( - 11 ) === '/compliance' ,
139139 isDisabled : ! token || ! token . address ,
140140 } ,
141- {
142- title : 'Volume Restrictions' ,
143- id : 'restriction-nav-link' ,
144- icon : icoRestriction ,
145- to : `${ tokenUrl } /restrictions` ,
146- isActive : location . slice ( - 13 ) === '/restrictions' ,
147- isDisabled : ! token || ! token . address ,
148- } ,
141+ // {
142+ // title: 'Volume Restrictions',
143+ // id: 'restriction-nav-link',
144+ // icon: icoRestriction,
145+ // to: `${tokenUrl}/restrictions`,
146+ // isActive: location.slice(-13) === '/restrictions',
147+ // // isDisabled: !token || !token.address,
148+ // isDisabled: true,
149+ // },
149150 {
150151 title : 'Dividends' ,
151152 id : 'dividends-nav-link' ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments