1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13:00

bugfix: indexDatatable typo in generated code

This commit is contained in:
Michael Shanks 2020-02-25 16:15:30 +00:00
parent 5e3af12984
commit 7a21c149ba

View file

@ -67,4 +67,4 @@ const rowCode = index =>
if (!${dataCollection(index)}) return
for (let ${dataItem(index)} of ${dataCollection(index)})
render( { ${dataItem(index)}) }`
render( { ${dataItem(index)} } )`