Skip to content

Commit e7c31c6

Browse files
committed
Don't overwrite column headings in CI test page
1 parent a904487 commit e7c31c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ for (const num of numbers) {
1818
gridInnerHTML.push(...run.map(r => `<div>${JSON.stringify(r)}</div>`));
1919
}
2020

21-
grid.innerHTML = gridInnerHTML.join('');
21+
grid.innerHTML += gridInnerHTML.join('');

0 commit comments

Comments
 (0)