From 35176a614f7c3439081f9e240807aa40e685744b Mon Sep 17 00:00:00 2001 From: Ponkhy <43121732+Ponkhy@users.noreply.github.com> Date: Mon, 16 Aug 2021 17:14:13 +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 75d6b06da..79b91c2a4 100644 --- a/src/mixins/theme.js +++ b/src/mixins/theme.js @@ -14,7 +14,7 @@ export default { this.userTheme = "light"; } - //Default Heartbeat Bar + // Default Heartbeat Bar if (! this.userHeartbeatBar) { this.userHeartbeatBar = "normal"; }