From 947e5b01a409effca105abbf9d4ff5348eca47e0 Mon Sep 17 00:00:00 2001 From: Clayton Wilson Date: Tue, 29 Oct 2019 23:02:36 -0400 Subject: [PATCH] Converted tabs back to spaces --- twistter-frontend/src/pages/user.js | 139 ++++++++-------------------- 1 file changed, 41 insertions(+), 98 deletions(-) diff --git a/twistter-frontend/src/pages/user.js b/twistter-frontend/src/pages/user.js index c877e06..763d31f 100644 --- a/twistter-frontend/src/pages/user.js +++ b/twistter-frontend/src/pages/user.js @@ -37,16 +37,16 @@ const MyChip = styled(Chip)({ }); const styles = { - button: { - positon: 'relative', - float: 'left', - marginLeft: 30, - marginTop: 15 - }, - paper: { - // marginLeft: "10%", - // marginRight: "10%" - } + button: { + positon: 'relative', + float: 'left', + marginLeft: 30, + marginTop: 15 + }, + paper: { + // marginLeft: "10%", + // marginRight: "10%" + } }; class user extends Component { @@ -181,96 +181,39 @@ class user extends Component { ) : null; return ( - // - // - // {imageMarkup} - // {profileMarkup} - // {topicsMarkup} - // this.handleChange(event)} - // /> - // - //
- // - // - // { - // authenticated && - // } - // - // - // { - // authenticated && - // this.state.profile === 'Admin' && - // } - // - // - //
- // - // {postMarkup} - // - // - // - // - //        - //
- - - {editButtonMarkup} - - - - - {imageMarkup} - {profileMarkup} - {topicsMarkup} - this.handleChange(event)} - /> - - - -

posts here

-
-
-
- - -
+ {/* */} + + + + {editButtonMarkup} + + + + + {imageMarkup} + {profileMarkup} + {topicsMarkup} + this.handleChange(event)} + /> + + + + {postMarkup} + + + + + + ); } }