Skip to content

Commit 30e0c73

Browse files
committed
fix: removed br from fee selector
1 parent 594cbc4 commit 30e0c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FeeSelector.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
content += `<br />${totalFiat} USD`
3535
} else {
3636
const { unit } = cryptoassets[this.asset].fees
37-
content += `<br />${this.fees[name].fee} ${unit}`
37+
content += `${this.fees[name].fee} ${unit}`
3838
}
3939
4040
return `${content}</div>`

0 commit comments

Comments
 (0)