Fixing more errors

This commit is contained in:
2019-12-03 20:54:54 -05:00
parent 7fd976d4cb
commit fd1718a1f4
5 changed files with 17 additions and 16 deletions

View File

@@ -86,7 +86,7 @@ class Home extends Component {
);
return (
authenticated ?
authenticated ? (
<Grid container>
<Grid item sm={4} xs={8}>
<Writing_Microblogs />
@@ -122,7 +122,7 @@ class Home extends Component {
</form>
</div>
</div>
);
));
}
}
@@ -343,7 +343,7 @@ const mapStateToProps = (state) => ({
Home.propTypes = {
user: PropTypes.object.isRequired,
clases: PropTypes.object.isRequired,
classes: PropTypes.object.isRequired,
UI: PropTypes.object.isRequired
}