Skip to content

Commit 3857d0b

Browse files
committed
Uncommnet keys usage
1 parent a80a87b commit 3857d0b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/dashboard/DashboardView.react.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,13 @@ export default class DashboardView extends React.Component {
168168
link: '/settings/general'
169169
});
170170
}
171-
/*
172-
if (features.keysSettings) {
171+
// if (features.keysSettings) {
173172
settingsSections.push({
174173
name: 'Security & Keys',
175174
link: '/settings/keys'
176175
});
177-
}
178-
176+
// }
177+
/*
179178
if (features.usersSettings) {
180179
settingsSections.push({
181180
name: 'Users',

0 commit comments

Comments
 (0)