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
+1 -1
View File
@@ -14,7 +14,7 @@ output='__bundle__/core/extensions.js', 'core/js/extensions.js' %}
<q-icon
:name="extension.icon"
color="grey-5"
style="font-size: 4rem;"
style="font-size: 4rem"
></q-icon>
{% raw %}
<h5 class="q-mt-lg q-mb-xs">{{ extension.name }}</h5>
+2 -2
View File
@@ -100,8 +100,8 @@ output='__bundle__/core/index.js', 'core/js/index.js' %}
<a href="https://github.com/rootzoll/raspiblitz">
<q-img
contain
:src="($q.dark.isActive) ? '{{ url_for('static', filename='images/raspiblitz-negative.svg') }}' : '{{ url_for('static', filename='images/raspiblitz.svg') }}'"
style="height: 90px;"
:src="($q.dark.isActive) ? '/static/images/raspiblitz-negative.svg' : '/static/images/raspiblitz.svg'"
style="height: 90px"
></q-img>
</a>
</div>
+2 -2
View File
@@ -352,7 +352,7 @@
{% raw %}
<h6 class="q-my-none">{{ send.invoice.fsat }} sat</h6>
<q-separator class="q-my-sm"></q-separator>
<p style="word-break: break-all;">
<p style="word-break: break-all">
<strong>Memo:</strong> {{ send.invoice.description }}<br />
<strong>Expire date:</strong> {{ send.invoice.expireDate }}<br />
<strong>Hash:</strong> {{ send.invoice.hash }}
@@ -375,7 +375,7 @@
</q-dialog>
<q-dialog v-model="paymentsChart.show" position="top">
<q-card class="q-pa-sm" style="width: 800px; max-width: unset;">
<q-card class="q-pa-sm" style="width: 800px; max-width: unset">
<q-card-section>
<canvas ref="canvas" width="600" height="400"></canvas>
</q-card-section>