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 @@ -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' ,
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