mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Fix lint issue
This commit is contained in:
parent
cb77805712
commit
ea3d2ef00b
@ -62,7 +62,7 @@ export default function MarkdownList({ data, location, pageContext }) {
|
|||||||
if (title)
|
if (title)
|
||||||
children.push(
|
children.push(
|
||||||
<li key={title}>
|
<li key={title}>
|
||||||
<b style={{ paddingLeft: '1rem', fontSize: '12.75px' }} >{title}</b>
|
<b style={{ paddingLeft: '1rem', fontSize: '12.75px' }}>{title}</b>
|
||||||
</li>
|
</li>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user