Merge pull request #1954 from mempool/simon/block-error-code

Block error status code missing fix
This commit is contained in:
wiz 2022-07-06 23:30:55 +02:00 committed by GitHub
commit f710ffb7d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -358,7 +358,7 @@
<div class="text-center">
<span i18n="error.general-loading-data">Error loading data.</span>
<br><br>
<i>{{ error.code }}: {{ error.error }}</i>
<i>{{ error.status }}: {{ error.error }}</i>
</div>
</ng-template>