Removed to-do Typography in Info page.
This commit is contained in:
		
							parent
							
								
									3c3a737822
								
							
						
					
					
						commit
						dea74f5059
					
				@ -1,5 +1,4 @@
 | 
				
			|||||||
import React, { Component, Fragment } from 'react';
 | 
					import React, { Component, Fragment } from 'react';
 | 
				
			||||||
import Typography from '@material-ui/core/Typography';
 | 
					 | 
				
			||||||
import FlameLinkComponentCreations from '../components/FlameLinkComponentCreations';
 | 
					import FlameLinkComponentCreations from '../components/FlameLinkComponentCreations';
 | 
				
			||||||
import flamelinkApp from '../flamelink.js';
 | 
					import flamelinkApp from '../flamelink.js';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -23,11 +22,6 @@ class Info extends Component {
 | 
				
			|||||||
        
 | 
					        
 | 
				
			||||||
        return (
 | 
					        return (
 | 
				
			||||||
            <div>
 | 
					            <div>
 | 
				
			||||||
                
 | 
					 | 
				
			||||||
                <Typography variant='display1' align='center' gutterBottom>
 | 
					 | 
				
			||||||
                    Info
 | 
					 | 
				
			||||||
                </Typography>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                <Fragment>
 | 
					                <Fragment>
 | 
				
			||||||
                    <FlameLinkComponentCreations schemaDetails = {this.state.schemaDetails}/>
 | 
					                    <FlameLinkComponentCreations schemaDetails = {this.state.schemaDetails}/>
 | 
				
			||||||
                </Fragment>
 | 
					                </Fragment>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user