From 72f0724b9a9bc33a9ac18b3793a04f961f1b7353 Mon Sep 17 00:00:00 2001 From: Ponkhy <43121732+Ponkhy@users.noreply.github.com> Date: Mon, 16 Aug 2021 17:14:21 +0200 Subject: [PATCH] Update src/mixins/theme.js Co-authored-by: Adam Stachowicz --- src/mixins/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixins/theme.js b/src/mixins/theme.js index 79b91c2a4..44e375327 100644 --- a/src/mixins/theme.js +++ b/src/mixins/theme.js @@ -15,7 +15,7 @@ export default { } // Default Heartbeat Bar - if (! this.userHeartbeatBar) { + if (!this.userHeartbeatBar) { this.userHeartbeatBar = "normal"; }