feat: only dhow disclaimer if SERVICE_FEE has been set
This commit is contained in:
@@ -347,8 +347,9 @@ new Vue({
|
||||
created: function () {
|
||||
this.fetchPayments();
|
||||
setTimeout(this.checkPendingPayments(), 1200);
|
||||
|
||||
if (!this.$q.localStorage.getItem('lnbits.disclaimerShown')) {
|
||||
},
|
||||
mounted: function () {
|
||||
if (this.$refs.disclaimer && !this.$q.localStorage.getItem('lnbits.disclaimerShown')) {
|
||||
this.disclaimerDialog.show = true;
|
||||
this.$q.localStorage.set('lnbits.disclaimerShown', true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user