update prettier to 2.1.1

This commit is contained in:
fiatjaf
2020-09-14 09:14:51 -03:00
parent 1faf0b152c
commit e6ad42dbe1
19 changed files with 32 additions and 60 deletions
@@ -37,9 +37,7 @@
</q-card-section>
<q-card-section class="q-pa-none">
<q-separator></q-separator>
<q-list>
{% include "withdraw/_lnurl.html" %}
</q-list>
<q-list> {% include "withdraw/_lnurl.html" %} </q-list>
</q-card-section>
</q-card>
</div>
@@ -298,7 +298,7 @@
class="rounded-borders"
></qrcode>
</q-responsive>
<p style="word-break: break-all;">
<p style="word-break: break-all">
<strong>ID:</strong> {{ qrCodeDialog.data.id }}<br />
<strong>Unique:</strong> {{ qrCodeDialog.data.is_unique }}<span
v-if="qrCodeDialog.data.is_unique"
@@ -5,11 +5,11 @@
<div class="col-12 col-sm-8 col-lg-6 text-center" id="vue">
{% for page in link %}
<page size="A4" id="pdfprint">
<table style="width: 100%;">
<table style="width: 100%">
{% for threes in page %}
<tr style="height: 59.4mm;">
<tr style="height: 59.4mm">
{% for one in threes %}
<td style="width: 105mm;">
<td style="width: 105mm">
<center>
<qrcode
:value="theurl + '/?lightning={{one}}'"