Skip to content

Commit d2c6b11

Browse files
committed
chore: lint
1 parent 7dce43f commit d2c6b11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/home/rendering/render-github-issues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export async function viewIssueDetails(full: GitHubIssue) {
153153

154154
// Remove any existing cloned labels from the bottom bar
155155
bottomBarClearLabels();
156-
156+
157157
// Wait for the issue element to exist, useful when loading issue from URL
158158
const issueElement = await waitForElement(`div[data-issue-id="${full.id}"]`);
159159

src/home/rendering/render-preview-modal.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function closeModal() {
1919
document.body.classList.remove("preview-active");
2020
issuesContainer?.classList.remove("keyboard-selection");
2121
bottomBarClearLabels();
22-
22+
2323
const newURL = new URL(window.location.href);
2424
newURL.searchParams.delete("issue");
2525
newURL.searchParams.delete("proposal");
@@ -31,4 +31,4 @@ export function bottomBarClearLabels() {
3131
if (existingClonedLabels) {
3232
bottomBar.removeChild(existingClonedLabels);
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)