1
0
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:
Akshay 2021-07-08 22:42:50 +02:00
parent cb77805712
commit ea3d2ef00b

View File

@ -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>
) )