Skip to content

Commit a5696df

Browse files
committed
...
1 parent afdfe63 commit a5696df

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/dashboard/Dashboard.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,17 +204,9 @@ class Dashboard extends React.Component {
204204
});
205205
return Parse.Promise.when(appInfoPromises);
206206
}).then(function(resolvedApps) {
207-
<<<<<<< HEAD
208-
if(resolvedApps && resolvedApps.length) {
209-
resolvedApps.forEach(app => {
210-
AppsManager.addApp(app);
211-
});
212-
}
213-
=======
214207
resolvedApps.forEach(app => {
215208
AppsManager.addApp(app);
216209
});
217-
>>>>>>> apps-notification
218210
this.setState({ configLoadingState: AsyncStatus.SUCCESS });
219211
}.bind(this)).fail(({ error }) => {
220212
this.setState({

src/dashboard/Data/Jobs/Jobs.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function scheduleString(data) {
5959
}
6060

6161
// TODO: create scrollable view component that handles lazy fetch container on scroll
62-
@subscribeTo('Jobs', 'jobss')
62+
@subscribeTo('Jobs', 'jobs')
6363
export default class Jobs extends TableView {
6464
constructor() {
6565
super();

0 commit comments

Comments
 (0)