Skip to content
Snippets Groups Projects
Commit 1754dfd1 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

Warning: validateDOMNesting(...): <summary> cannot appear as a descendant of <p>.

parent 243d8d01
No related branches found
No related tags found
No related merge requests found
Pipeline #465093 failed
......@@ -57,9 +57,9 @@ export function InfoBox({title, children, id}:{title: string, children: React.Re
{title}
</p>
<div className="v-card-text">
<p>
<div>
{children}
</p>
</div>
</div>
</aside>
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment