We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d68a8 commit b128e0eCopy full SHA for b128e0e
src/components/MyApps.vue
@@ -46,8 +46,10 @@ function openAppLink(app: App) {
46
switch (app) {
47
case App.ClearYoutube:
48
window.open(CHROME_STORE_CLEAR_YOUTUBE_URL, '_blank');
49
+ break;
50
case App.TrackerJam:
51
window.open('https://trackerjam.com/?utm_source=watt_extension', '_blank');
52
53
}
54
55
</script>
0 commit comments