Skip to content

Commit

Permalink
Correção no aviso sobre validateDOMNesting
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Oct 23, 2024
1 parent 795bce1 commit 9a9230b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/pages/Integrations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ const Integrations = () => {
return (
<div className={classes.root}>
<Container className={classes.container} >
<Typography variant="body2" gutterBottom>
<Title>{i18n.t("integrations.title")}</Title>
</Typography>

{/* <Typography variant="body2" gutterBottom>
</Typography> */}
<Title>{i18n.t("integrations.title")}</Title>

<Paper className={classes.paper1}>
<Typography align="center" variant="body1">
Expand Down

0 comments on commit 9a9230b

Please sign in to comment.