chore: fix typo
This commit is contained in:
parent
8f24a2458a
commit
634aaf2f82
|
@ -9,7 +9,7 @@ const ArticleFootnotes = ({
|
|||
footnotes: LPE.Article.Footnotes
|
||||
}) =>
|
||||
footnotes.length > 0 ? (
|
||||
<Collapse label="Footenotes">
|
||||
<Collapse label="Footnotes">
|
||||
{footnotes.map((footnote, idx) => (
|
||||
<Reference key={idx}>
|
||||
<Typography
|
||||
|
|
Loading…
Reference in New Issue