Skip to content

Commit b128e0e

Browse files
committed
Fix my apps link
1 parent 93d68a8 commit b128e0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/MyApps.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ function openAppLink(app: App) {
4646
switch (app) {
4747
case App.ClearYoutube:
4848
window.open(CHROME_STORE_CLEAR_YOUTUBE_URL, '_blank');
49+
break;
4950
case App.TrackerJam:
5051
window.open('https://trackerjam.com/?utm_source=watt_extension', '_blank');
52+
break;
5153
}
5254
}
5355
</script>

0 commit comments

Comments
 (0)