Allow HTML comments, remove obsolete comment
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ module.exports = {
|
|||||||
|
|
||||||
rules: {
|
rules: {
|
||||||
'simple-unless': false,
|
'simple-unless': false,
|
||||||
'no-nested-interactive': false
|
'no-nested-interactive': false,
|
||||||
|
'no-html-comments': false
|
||||||
},
|
},
|
||||||
|
|
||||||
ignore: [
|
ignore: [
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
</p>
|
</p>
|
||||||
<p class="token-amount">
|
<p class="token-amount">
|
||||||
<span class="amount">
|
<span class="amount">
|
||||||
<!-- <img src="/img/bitcoin.svg" class="currency-logo"> -->
|
|
||||||
{{sats-to-btc reimbursement.amount}}</span> <span class="symbol">WBTC</span>
|
{{sats-to-btc reimbursement.amount}}</span> <span class="symbol">WBTC</span>
|
||||||
</p>
|
</p>
|
||||||
<ul class="expense-list">
|
<ul class="expense-list">
|
||||||
|
|||||||
Reference in New Issue
Block a user