Skip to content

Commit 4764a02

Browse files
author
Fahd
committed
remove dashboard vrtm
1 parent 9bfdc86 commit 4764a02

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)