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 586ba44 commit a30b6a1Copy full SHA for a30b6a1
src/content.js
@@ -173,9 +173,9 @@ function handlePrPage() {
173
'<div class="TableObject-item TableObject-item--primary">' +
174
'<b><a href="'+ticketUrl+'" target="_blank">['+ticketNumber+'] - '+result.fields.summary+'</a></b>' +
175
' - Reported by ' +
176
- '<span class="author text-bold"><img src="'+assigneeImage+'" width="16"/> '+assignee.displayName+'</span>' +
177
- ' and assigned to ' +
178
'<span class="author text-bold"><img src="'+reporterImage+'" width="16"/> '+reporter.displayName+'</span>' +
+ ' and assigned to ' +
+ '<span class="author text-bold"><img src="'+assigneeImage+'" width="16"/> '+assignee.displayName+'</span>' +
179
'</div>' +
180
'</div>'
181
);
0 commit comments