DEV: Add comment for clarity

This commit is contained in:
Keegan George 2022-07-13 11:38:33 -07:00
parent 9bfc23c599
commit 633109804c
1 changed files with 1 additions and 0 deletions

View File

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