mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	Fix dashboard error
This commit is contained in:
		
							parent
							
								
									72f5756eb5
								
							
						
					
					
						commit
						490133cea7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -371,7 +371,7 @@ return baseclass.extend({
 | 
			
		|||
 | 
			
		||||
			release: {
 | 
			
		||||
				title: _('Firmware Version'),
 | 
			
		||||
				value: boardinfo.release.description ? boardinfo.release.description : null
 | 
			
		||||
				value: (typeof boardinfo.release.description !== "undefined") ? boardinfo.release.description : null
 | 
			
		||||
			}
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue