Skip to content

Commit

Permalink
wip: remove empty block statements
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Jan 30, 2025
1 parent fb02059 commit d3693eb
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/renderer/src/scripts/guided-mode/guided-curate-dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -1728,8 +1728,6 @@ const savePageChanges = async (pageBeingLeftID) => {
}
}

if (pageBeingLeftID === "guided-manifest-file-generation-tab") {
}

if (pageBeingLeftID === "guided-create-submission-metadata-tab") {
const award = document.getElementById("guided-submission-sparc-award-manual").value;
Expand Down Expand Up @@ -4953,15 +4951,8 @@ window.openPage = async (targetPageID) => {
guidedLockSideBar(true);
}

// Get the element with the classes .guided--progression-tab and selected-tab
const currentActiveProgressionTab = document.querySelector(
".guided--progression-tab.selected-tab"
);
if (currentActiveProgressionTab) {
if (currentActiveProgressionTab.id === "curation-preparation-progression-tab") {
} else {
}
}



if (targetPageDataset.componentType) {
const targetPageComponentType = targetPageDataset.componentType;
Expand Down

0 comments on commit d3693eb

Please sign in to comment.