Skip to content

Commit 642b8cc

Browse files
committed
Correct hooks name
1 parent 57cc09f commit 642b8cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard/Dashboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ class Dashboard extends React.Component {
129129
'features',
130130
{},
131131
{ useMasterKey: true }
132-
).then(({ results }) => {
133-
app.enabledFeatures = results;
132+
).then(enabledFeatures => {
133+
app.enabledFeatures = enabledFeatures;
134134
AppsManager.addApp(app)
135135
this.forceUpdate();
136136
});

0 commit comments

Comments
 (0)