depreciate v-html refs

This commit is contained in:
gozzy 2022-10-28 07:51:47 +00:00
parent 1d15649faa
commit c1155ed3ad
4 changed files with 5 additions and 7 deletions

View File

@ -1,4 +1,3 @@
<template>
<b-loading v-model="enabled">
<div class="loading-container">

View File

@ -51,8 +51,7 @@
data-test="enter_note_field"
></b-input>
<div v-if="hasErrorNote" class="help" :class="hasErrorNote.type">
<!-- eslint-disable vue/no-v-html -->
<p v-html="hasErrorNote.msg"></p>
<p>{{ hasErrorNote.msg }}</p>
</div>
</div>
<div v-if="!hasErrorNote && depositTxHash" class="field field-withdraw">