Skip to content

Commit 8bf1aed

Browse files
committed
matter-labs#75 Ellipsis fix
1 parent 996fa77 commit 8bf1aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TransactionToken.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export default Vue.extend({
211211
return "";
212212
}
213213
try {
214-
return this.$options.filters!.parseDecimal(this.depositAmount, this.token).toString();
214+
return this.$options.filters!.parseBigNumberish(this.depositAmount, this.token).toString();
215215
} catch (error) {
216216
return "";
217217
}

0 commit comments

Comments
 (0)