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