mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-19 13:18:26 +02:00
Fix warnings about html p element caused by typography (#141)
This commit is contained in:
parent
5ab01107e4
commit
ad3d7bbb8c
1 changed files with 1 additions and 3 deletions
|
|
@ -190,9 +190,7 @@ export default function Profiles() {
|
|||
{...other}
|
||||
>
|
||||
{value === index && (
|
||||
<Box p={3}>
|
||||
<Typography>{children}</Typography>
|
||||
</Box>
|
||||
<div>{children}</div>
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue