DEV: Add comment for clarity

This commit is contained in:
Keegan George 2022-07-13 11:38:33 -07:00
parent 9bfc23c599
commit 633109804c

View File

@ -23,6 +23,7 @@ export default class extends Controller {
headings.push(...Object.keys(object)); headings.push(...Object.keys(object));
} }
// Build Table Data
tableData.push([...Object.values(object)]); tableData.push([...Object.values(object)]);
}); });