Skip to content

Commit

Permalink
resolve issue w/ merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickson-adbe committed Jul 29, 2024
1 parent 4d444de commit 6d254b8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions blocks/gmo-program-details/gmo-program-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,6 @@ export default async function decorate(block) {
});

decorateIcons(block);
const table = await buildTable(await deliverables).then(async (rows) => {
return rows;
})
const tableRoot = block.querySelector('.table-content');
tableRoot.appendChild(table);
buildStatus(program.status);
const calendarPeriod = { 'year': new Date().getFullYear(), 'quarter': 1 }
buildCalendar(await deliverables, block, calendarPeriod, "year", await deliverableMappings);
//newBuildCalendar(testCalendar, block, calendarPeriod, "quarter", await deliverableMappings);
Expand Down

0 comments on commit 6d254b8

Please sign in to comment.