Skip to content

Commit

Permalink
removed duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
staware30 committed Dec 5, 2024
1 parent c09cf3a commit 26ea328
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blocks/gmo-program-details/gmo-program-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ export default async function decorate(block) {
{ class: 'table-header' },
img({ class: 'expand-deliverables showhide-deliverables', src: "/icons/AddCircle_18_N.svg", title: expandCollapseTooltip }),
img({ class: 'collapse-deliverables showhide-deliverables inactive', src: "/icons/RemoveCircle_18_N.svg", title: expandCollapseTooltip }),
img({ class: 'expand-deliverables showhide-deliverables', src: "/icons/AddCircle_18_N.svg", title: expandCollapseTooltip }),
img({ class: 'collapse-deliverables showhide-deliverables inactive', src: "/icons/RemoveCircle_18_N.svg", title: expandCollapseTooltip }),
div({ class: 'header table-column column1' }, 'Deliverable Task Name'),
div({ class: 'header table-column column2' }, 'Deliverable Type'),
div({ class: 'header table-column column3' }, 'Platforms'),
Expand Down

0 comments on commit 26ea328

Please sign in to comment.