Fix typo
This commit is contained in:
		
							parent
							
								
									e8c8626ee4
								
							
						
					
					
						commit
						0e97fec451
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -35,12 +35,12 @@ export default function() {
 | 
				
			||||||
			deliver: {
 | 
								deliver: {
 | 
				
			||||||
				active: activeDeliverJobs,
 | 
									active: activeDeliverJobs,
 | 
				
			||||||
				waiting: deliverJobCounts.waiting,
 | 
									waiting: deliverJobCounts.waiting,
 | 
				
			||||||
				delyaed: deliverJobCounts.delayed
 | 
									delayed: deliverJobCounts.delayed
 | 
				
			||||||
			},
 | 
								},
 | 
				
			||||||
			inbox: {
 | 
								inbox: {
 | 
				
			||||||
				active: activeInboxJobs,
 | 
									active: activeInboxJobs,
 | 
				
			||||||
				waiting: inboxJobCounts.waiting,
 | 
									waiting: inboxJobCounts.waiting,
 | 
				
			||||||
				delyaed: inboxJobCounts.delayed
 | 
									delayed: inboxJobCounts.delayed
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue