File tree Expand file tree Collapse file tree
packages/polymath-issuer/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,15 +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- isDisabled : true ,
149- } ,
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+ // },
150150 {
151151 title : 'Dividends' ,
152152 id : 'dividends-nav-link' ,
You can’t perform that action at this time.
0 commit comments