fix: login screen layout (#3538)
Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
This commit is contained in:
co-authored by
Vlad Stan
parent
da3cb548bd
commit
b9a004a5e4
@@ -1,15 +0,0 @@
|
||||
window.app.component('lnbits-wallet-ads', {
|
||||
template: '#lnbits-wallet-ads',
|
||||
mixins: [window.windowMixin],
|
||||
computed: {
|
||||
ads() {
|
||||
return this.AD_SPACE.map(ad => ad.split(';'))
|
||||
},
|
||||
adSpaceTitle() {
|
||||
return this.AD_SPACE_TITLE || 'Sponsored Ads'
|
||||
},
|
||||
adSpaceEnabled() {
|
||||
return this.AD_SPACE_ENABLED && this.AD_SPACE && this.AD_SPACE.length > 0
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user