Skip to content

Commit 3417256

Browse files
lserra-iovalexjavabraz
authored andcommitted
Remove v-html tags
1 parent 0c6f80d commit 3417256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/components/exchange/DeviceErrorDialog.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</v-row>
1010
<v-col cols="12" align-self="center" class="pt-0" v-if="errorType">
1111
<v-col offset="2" cols="8">
12-
<p class="justify-center"><span v-html="errorMessage"></span></p>
12+
<p class="justify-center"><span>{{ errorMessage }}</span></p>
1313
<p class="justify-center" v-if="urlToMoreInformation">
1414
<a target='_blank' :href='urlToMoreInformation'>{{messageToUserOnLink}}</a>
1515
</p>
@@ -27,7 +27,7 @@
2727
</v-col>
2828
<v-col v-else cols="12" align-self="center" class="pt-0">
2929
<v-col offset="3" cols="6">
30-
<p class="justify-center"><span v-html="errorMessage"></span></p>
30+
<p class="justify-center"><span>{{ errorMessage }}</span></p>
3131
</v-col>
3232
<v-row class="mx-0 my-6" justify="space-around">
3333
<v-btn width="200" height="50" variant="outlined" rounded color="#000000"

0 commit comments

Comments
 (0)