Fixed old merge conflict in api.ts and cange to Table element in ProjectDetailsPage.tsx

This commit is contained in:
ebarrios
2020-09-04 10:17:56 +02:00
parent 69c2fc72cf
commit c73618c4c1
3 changed files with 4 additions and 26 deletions
@@ -86,7 +86,7 @@ const DetailsPage = () => {
const details = status.value;
return (
<TableContainer component={Paper} className={classes.table}>
<Table component={Paper} className={classes.table}>
<Table>
<TableBody>
<TableRow>
@@ -144,7 +144,7 @@ const DetailsPage = () => {
</TableRow>
</TableBody>
</Table>
</TableContainer>
</Table>
);
};