Fix dapps separation
This commit is contained in:
		
							parent
							
								
									b9c04fcd00
								
							
						
					
					
						commit
						f6564dcc2f
					
				@ -72,9 +72,17 @@ export default class Dapps extends Component {
 | 
			
		||||
          ] }
 | 
			
		||||
        />
 | 
			
		||||
        <Page>
 | 
			
		||||
          <div>
 | 
			
		||||
            { this.renderList(this.store.visibleLocal) }
 | 
			
		||||
          </div>
 | 
			
		||||
 | 
			
		||||
          <div>
 | 
			
		||||
            { this.renderList(this.store.visibleBuiltin) }
 | 
			
		||||
          </div>
 | 
			
		||||
 | 
			
		||||
          <div>
 | 
			
		||||
            { this.renderList(this.store.visibleNetwork, externalOverlay) }
 | 
			
		||||
          </div>
 | 
			
		||||
        </Page>
 | 
			
		||||
      </div>
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user