From 66136e051cafbbe14c861232d9ebe8a03ba094df Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Tue, 22 Apr 2025 23:30:34 +0300 Subject: [PATCH] Update htmlTable.ts --- scripts/core/htmlTable.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/core/htmlTable.ts b/scripts/core/htmlTable.ts index 1caa85fa0c..b4f7b42ac6 100644 --- a/scripts/core/htmlTable.ts +++ b/scripts/core/htmlTable.ts @@ -16,15 +16,15 @@ export class HTMLTable { } toString() { - let output = '
| ${column.name} | ` } - output += '
|---|
| ${item[prop]} | ` i++ } - output += '