Skip to content

Commit a30b6a1

Browse files
authored
Fix reporter / assignee backwards
1 parent 586ba44 commit a30b6a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ function handlePrPage() {
173173
'<div class="TableObject-item TableObject-item--primary">' +
174174
'<b><a href="'+ticketUrl+'" target="_blank">['+ticketNumber+'] - '+result.fields.summary+'</a></b>' +
175175
' - Reported by ' +
176-
'<span class="author text-bold"><img src="'+assigneeImage+'" width="16"/> '+assignee.displayName+'</span>' +
177-
' and assigned to ' +
178176
'<span class="author text-bold"><img src="'+reporterImage+'" width="16"/> '+reporter.displayName+'</span>' +
177+
' and assigned to ' +
178+
'<span class="author text-bold"><img src="'+assigneeImage+'" width="16"/> '+assignee.displayName+'</span>' +
179179
'</div>' +
180180
'</div>'
181181
);

0 commit comments

Comments
 (0)