Skip to content

Commit

Permalink
chore(ui/account): remove token link (#12931)
Browse files Browse the repository at this point in the history
  • Loading branch information
121watts authored Mar 27, 2019
1 parent 1875942 commit bb12fe0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
"webpack": "^4.29.0"
},
"dependencies": {
"@influxdata/influx": "0.2.52",
"@influxdata/clockface": "0.0.8",
"@influxdata/influx": "0.2.52",
"@influxdata/react-custom-scrollbars": "4.3.8",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
Expand Down
3 changes: 0 additions & 3 deletions ui/src/me/components/Resources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ class ResourceLists extends PureComponent<Props> {
<li>
<Link to="/configuration/settings_tab">Profile</Link>
</li>
<li>
<Link to="/configuration/tokens_tab">Tokens</Link>
</li>
</ul>
</Panel.Body>
</Panel>
Expand Down

0 comments on commit bb12fe0

Please sign in to comment.