Browse Source

Update src/mixins/theme.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/217/head
Ponkhy 3 years ago
committed by GitHub
parent
commit
72f0724b9a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/mixins/theme.js

2
src/mixins/theme.js

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

Loading…
Cancel
Save