Skip to content

Commit

Permalink
Type tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilaair authored Feb 5, 2023
1 parent abfea47 commit 2176b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ app.command('/sales', async ({ ack, body, client }) => {
assignRepView.blocks[0].element?.options?.push({
"text": {
"type": "plain_text",
"text": (isAssigned ? ":warning: " : ":white_check_mark: ") + " | " + (element.name ?? "No Name"),
"text": (isAssigned ? ":warning: " : ":white_check_mark: ") + (element.name ?? "No Name"),
"emoji": true
},
"value": element.id
Expand Down

0 comments on commit 2176b6d

Please sign in to comment.