Update src/mixins/theme.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
35176a614f
commit
72f0724b9a
|
@ -15,7 +15,7 @@ export default {
|
|||
}
|
||||
|
||||
// Default Heartbeat Bar
|
||||
if (! this.userHeartbeatBar) {
|
||||
if (!this.userHeartbeatBar) {
|
||||
this.userHeartbeatBar = "normal";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue