refs #75 fix GithubIssuePrReferenceWidget, do not display the comment if the issue/pr is not found
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
Родитель
f8c43b2518
Коммит
05fab4a6c2
|
@ -122,7 +122,7 @@
|
||||||
:reactions="richObject.reactions"
|
:reactions="richObject.reactions"
|
||||||
:reaction-data="issueReactionData"
|
:reaction-data="issueReactionData"
|
||||||
@mouseenter="getIssueReactions" />
|
@mouseenter="getIssueReactions" />
|
||||||
<div v-if="richObject.github_comment" class="comment">
|
<div v-if="!isError && richObject.github_comment" class="comment">
|
||||||
<div class="comment--content">
|
<div class="comment--content">
|
||||||
<UserPopover :user-login="richObject.github_comment.user?.login"
|
<UserPopover :user-login="richObject.github_comment.user?.login"
|
||||||
:shown="showCommentAvatarPopover"
|
:shown="showCommentAvatarPopover"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче