File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/common/components/exchange Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
</v-row >
10
10
<v-col cols =" 12" align-self =" center" class =" pt-0" v-if =" errorType" >
11
11
<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 >
13
13
<p class =" justify-center" v-if =" urlToMoreInformation" >
14
14
<a target =' _blank' :href =' urlToMoreInformation' >{{messageToUserOnLink}}</a >
15
15
</p >
27
27
</v-col >
28
28
<v-col v-else cols =" 12" align-self =" center" class =" pt-0" >
29
29
<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 >
31
31
</v-col >
32
32
<v-row class =" mx-0 my-6" justify =" space-around" >
33
33
<v-btn width =" 200" height =" 50" variant =" outlined" rounded color =" #000000"
You can’t perform that action at this time.
0 commit comments