Converted tabs back to spaces

This commit is contained in:
Clayton Wilson 2019-10-29 23:02:36 -04:00
parent 7cc8a3f11f
commit 947e5b01a4

View File

@ -181,67 +181,10 @@ class user extends Component {
) : null;
return (
// <Grid container spacing={24}>
// <Grid item sm={4} xs={8}>
// {imageMarkup}
// {profileMarkup}
// {topicsMarkup}
// <TextField
// id="newTopic"
// label="new topic"
// defaultValue=""
// margin="normal"
// variant="outlined"
// value={this.state.newTopic}
// onChange={(event) => this.handleChange(event)}
// />
// <AddCircle
// color="primary"
// clickable
// onClick={this.handleAddCircle}
// />
// <br />
// <Grid container direction="column">
// <Grid item>
// {
// authenticated &&
// <Button
// style={{width:150, marginBottom: 10, marginTop: 5}}
// component={ Link }
// to='/edit'
// variant="outlined"
// color="primary"
// >
// Edit Profile
// </Button>}
// </Grid>
// <Grid item>
// {
// authenticated &&
// this.state.profile === 'Admin' &&
// <Button
// style={{width:150}}
// component={ Link }
// variant="outlined"
// color="primary"
// to='/verify'
// >
// Verify Users
// </Button>}
// </Grid>
// </Grid>
// </Grid>
// <Grid item sm={4} xs={8}>
// {postMarkup}
// </Grid>
// <Grid item sm={4} xs={8}>
// <Writing_Microblogs />
// </Grid>
//       
// </Grid>
<div>
{/* <Paper className={classes.paper}> */}
<Grid container>
<Grid item sm>
{editButtonMarkup}
@ -264,7 +207,7 @@ class user extends Component {
<AddCircle color="primary" clickable onClick={this.handleAddCircle} />
</Grid>
<Grid item sm>
<p>posts here</p>
{postMarkup}
</Grid>
</Grid>
</Grid>