SPRINT-12: implemented html widget, bug fix

This commit is contained in:
Tim Chamberlain
2022-09-26 13:01:18 -05:00
parent 13acea1a77
commit 275f71f03a
2 changed files with 32 additions and 32 deletions

View File

@ -47,7 +47,7 @@ function QRecordSidebar({tableSections, widgetNames, light}: Props): JSX.Element
// insert widgets after identity (first) table section //
/////////////////////////////////////////////////////////
const sidebarEntries = [] as SidebarEntry[];
tableSections.forEach((section, index) =>
tableSections && tableSections.forEach((section, index) =>
{
if (index === 1 && widgetNames)
{