Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 23, 2024
1 parent 0da1cb4 commit cb5f0c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/electron/frontend/assets/css/individualtab.css
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,6 @@
.card-right.bf-account-span,
.card-right.bf-account-details-span,
.card-right.bf-dataset-span,

.card-container.manage-dataset .card-right.bf-dataset-span {
width: fit-content;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ export class GuidedHomePage extends Page {
const resumeList = htmlBase.querySelector("#guided-div-resume-progress-cards");
resumeList.innerHTML = "";

progressFileJSONdata.forEach((progressFile) =>
resumeList.appendChild(createCard(progressFile))
);
progressFileJSONdata.forEach((progressFile) => resumeList.appendChild(createCard(progressFile)));
};

resume = (resumeProgressButton) => {
Expand Down

0 comments on commit cb5f0c0

Please sign in to comment.