aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/TouchBar.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/TouchBar.js')
-rw-r--r--src/lib/TouchBar.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/TouchBar.js b/src/lib/TouchBar.js
index 781cd0895..3397afdb2 100644
--- a/src/lib/TouchBar.js
+++ b/src/lib/TouchBar.js
@@ -23,10 +23,6 @@ export default class FranzTouchBar {
23 _build() { 23 _build() {
24 const currentWindow = getCurrentWindow(); 24 const currentWindow = getCurrentWindow();
25 25
26 if (this.stores.router.location.pathname.startsWith('/payment/')) {
27 return;
28 }
29
30 if (this.stores.user.isLoggedIn) { 26 if (this.stores.user.isLoggedIn) {
31 const { TouchBarButton, TouchBarSpacer } = TouchBar; 27 const { TouchBarButton, TouchBarSpacer } = TouchBar;
32 28