We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289f353 commit 0084a56Copy full SHA for 0084a56
src/renderer/utils/helpers.ts
@@ -90,7 +90,7 @@ async function getDiscussionUrl(notification: Notification): Promise<Link> {
90
if (discussion) {
91
url.href = discussion.url;
92
93
- const discussionComments = discussion.comments.nodes || [];
+ const discussionComments = discussion.comments.nodes:
94
95
const closestComment = getClosestDiscussionCommentOrReply(
96
notification,
0 commit comments