Skip to content

Commit

Permalink
Fix UI error in seacrhResultModal
Browse files Browse the repository at this point in the history
  • Loading branch information
samad-yar-khan committed Jul 25, 2022
1 parent 1092ec3 commit e7ece67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/modals/githubSearchResultModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export async function githubSearchResultModal({
//context block should only have labels section if labels exist on a resource
let contextBlockElementsArray = [
block.newPlainTextObject(`User : ${item.user?.login} | `),
block.newPlainTextObject(`Status: ${item.state} `),
block.newPlainTextObject(`Status: ${item.state} | `),
]
if(item?.labels && Array.isArray(item.labels)){
let labelString = "";
Expand Down

0 comments on commit e7ece67

Please # to comment.