Skip to content

Commit 8965fdb

Browse files
committed
show tracking task in well known format
1 parent b448db9 commit 8965fdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/trektor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TrelloPowerUp.initialize({
1717
: [
1818
{
1919
icon: "./tractor-solid.svg",
20-
text: `${tracking.task}@${tracking.project}`,
20+
text: `#${tracking.project}_${tracking.task}`,
2121
},
2222
],
2323
);
@@ -29,7 +29,7 @@ TrelloPowerUp.initialize({
2929
: [
3030
{
3131
title: "Trekking",
32-
text: `${tracking.task}@${tracking.project}`,
32+
text: `#${tracking.project}_${tracking.task}`,
3333
callback: trelloCallbacks.track,
3434
},
3535
],

0 commit comments

Comments
 (0)