mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:42:55 +00:00 
			
		
		
		
	Make dashboard.component comply linter
This commit is contained in:
		@@ -33,8 +33,7 @@ export class DashboardComponent implements OnInit, OnDestroy {
 | 
			
		||||
  layoutHandler(data: LayoutCommand) {
 | 
			
		||||
    if (data.layout.match('vraw-open|vraw-closed|hraw|default-open|default-closed')) {
 | 
			
		||||
      this.layout = data.layout;
 | 
			
		||||
    } 
 | 
			
		||||
    else {
 | 
			
		||||
    } else {
 | 
			
		||||
      console.log('Invalid webide layout "' + data.layout + '" received!');
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user