1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

bugfix: indexDatatable typo in generated code

This commit is contained in:
Michael Shanks 2020-02-25 16:15:30 +00:00
parent e6ca4cefae
commit edd47cd894

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)} } )`