Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Dec 17, 2024
1 parent f4c5f17 commit ac6cc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/home/rendering/render-github-notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ async function updateLatestCommentUrls(notificationsToUpdate: { element: HTMLEle
// update the rendered element with the real URL
const issueElement = element.querySelector(".issue-element-inner");
const previewElement = issueElement?.querySelector(".latest-comment-preview");

if (previewElement) {
previewElement.innerHTML = `
<div class="comment-preview">
Expand Down

0 comments on commit ac6cc43

Please sign in to comment.