1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Improvement: Use const

This commit is contained in:
Akshay 2021-05-18 18:07:31 +02:00
parent 58c3dd7127
commit 4aa1375631

View File

@ -82,7 +82,7 @@ export default function MarkdownList({ pageContext }) {
</li> </li>
) )
} else { } else {
let keys = Object.keys(nested).sort() const keys = Object.keys(nested).sort()
const children = [] const children = []
children.push( children.push(
<li key={title}> <li key={title}>