Skip to content

Commit d184f45

Browse files
jstirnamanCopilot
andcommitted
Update assets/js/flux-group-keys.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 13129c5 commit d184f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/flux-group-keys.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function buildTable(inputData) {
155155
}
156156

157157
// Create the table element
158-
var table = document.createElement('table');
158+
const table = document.createElement('table');
159159

160160
// Create the table header
161161
for (let i = 0; i < columns.length; i++) {

0 commit comments

Comments
 (0)