mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 10:18:48 +00:00
Converted tabs back to spaces
This commit is contained in:
parent
7cc8a3f11f
commit
947e5b01a4
@ -181,67 +181,10 @@ class user extends Component {
|
|||||||
) : null;
|
) : null;
|
||||||
|
|
||||||
return (
|
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>
|
<div>
|
||||||
|
{/* <Paper className={classes.paper}> */}
|
||||||
|
|
||||||
<Grid container>
|
<Grid container>
|
||||||
<Grid item sm>
|
<Grid item sm>
|
||||||
{editButtonMarkup}
|
{editButtonMarkup}
|
||||||
@ -264,7 +207,7 @@ class user extends Component {
|
|||||||
<AddCircle color="primary" clickable onClick={this.handleAddCircle} />
|
<AddCircle color="primary" clickable onClick={this.handleAddCircle} />
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item sm>
|
<Grid item sm>
|
||||||
<p>posts here</p>
|
{postMarkup}
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user