Introduce budget, reimbursements for expenses #195
+2
-1
@@ -5,7 +5,8 @@ module.exports = {
|
||||
|
||||
rules: {
|
||||
'simple-unless': false,
|
||||
'no-nested-interactive': false
|
||||
'no-nested-interactive': false,
|
||||
'no-html-comments': false
|
||||
},
|
||||
|
||||
ignore: [
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
</p>
|
||||
<p class="token-amount">
|
||||
<span class="amount">
|
||||
<!-- <img src="/img/bitcoin.svg" class="currency-logo"> -->
|
||||
{{sats-to-btc reimbursement.amount}}</span> <span class="symbol">WBTC</span>
|
||||
</p>
|
||||
<ul class="expense-list">
|
||||
|
||||
Reference in New Issue
Block a user