File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -204,17 +204,9 @@ class Dashboard extends React.Component {
204
204
} ) ;
205
205
return Parse . Promise . when ( appInfoPromises ) ;
206
206
} ) . then ( function ( resolvedApps ) {
207
- < << << << HEAD
208
- if ( resolvedApps && resolvedApps . length ) {
209
- resolvedApps . forEach ( app => {
210
- AppsManager . addApp ( app ) ;
211
- } ) ;
212
- }
213
- = === ===
214
207
resolvedApps . forEach ( app => {
215
208
AppsManager . addApp ( app ) ;
216
209
} ) ;
217
- > >>> >>> apps - notification
218
210
this . setState ( { configLoadingState : AsyncStatus . SUCCESS } ) ;
219
211
} . bind ( this ) ) . fail ( ( { error } ) => {
220
212
this . setState ( {
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ function scheduleString(data) {
59
59
}
60
60
61
61
// TODO: create scrollable view component that handles lazy fetch container on scroll
62
- @subscribeTo ( 'Jobs' , 'jobss ' )
62
+ @subscribeTo ( 'Jobs' , 'jobs ' )
63
63
export default class Jobs extends TableView {
64
64
constructor ( ) {
65
65
super ( ) ;
You can’t perform that action at this time.
0 commit comments