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 (
- //
- //
posts here
-