Update src/mixins/theme.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Ponkhy
2021-08-16 17:14:21 +02:00
committed by GitHub
parent 35176a614f
commit 72f0724b9a

View File

@@ -15,7 +15,7 @@ export default {
}
// Default Heartbeat Bar
if (! this.userHeartbeatBar) {
if (!this.userHeartbeatBar) {
this.userHeartbeatBar = "normal";
}