Skip to content

Commit

Permalink
Demonstrate failures
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Sep 6, 2023
1 parent cc1c97d commit 0f29461
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/account/claim.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ except according to the terms contained in the LICENSE file.
</template>

<script>
import FormGroup from '../form-group.vue';
import FormGroup from '../form-group.vue'
import Spinner from '../spinner.vue';

import useRequest from '../../composables/request';
Expand Down
2 changes: 0 additions & 2 deletions src/components/collect-qr.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ including this file, may be copied, modified, propagated, or distributed
except according to the terms contained in the LICENSE file.
-->

<!-- eslint-disable vue/no-v-html -->
<template>
<span class="collect-qr" v-html="imgHtml"></span>
</template>
<!-- eslint-enable vue/no-v-html -->

<script>
import qrcode from 'qrcode-generator';
Expand Down

0 comments on commit 0f29461

Please sign in to comment.