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:
parent
58c3dd7127
commit
4aa1375631
@ -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}>
|
||||||
|
Loading…
Reference in New Issue
Block a user