Fixed jukebox to match style

This commit is contained in:
Ben Arc
2021-06-30 13:38:10 +01:00
parent eac125a28e
commit 55c564fe21
5 changed files with 29 additions and 29 deletions
-3
View File
@@ -111,7 +111,6 @@ new Vue({
mixins: [windowMixin],
data: function () {
return {
user: LNbits.map.user(window.user),
receive: {
show: false,
@@ -623,7 +622,6 @@ new Vue({
}
},
created: function () {
this.fetchBalance()
this.fetchPayments()
@@ -637,7 +635,6 @@ new Vue({
})
},
mounted: function () {
// show disclaimer
if (
this.$refs.disclaimer &&