Skip to content

Commit e91cf0f

Browse files
committed
Fix general settings
1 parent 01af052 commit e91cf0f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/dashboard/DashboardView.react.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,19 +155,14 @@ export default class DashboardView extends React.Component {
155155

156156
let settingsSections = [];
157157

158-
settingsSections.push({
159-
name: 'General',
160-
link: '/settings/general'
161-
});
162-
163158
// Settings - nothing remotely like this in parse-server yet. Maybe it will arrive soon.
164159

165-
if (features.generalSettings) {
160+
//if (features.generalSettings) {
166161
settingsSections.push({
167162
name: 'General',
168163
link: '/settings/general'
169164
});
170-
}
165+
//}
171166
// if (features.keysSettings) {
172167
settingsSections.push({
173168
name: 'Security & Keys',

0 commit comments

Comments
 (0)