Skip to content

Commit 09ace95

Browse files
author
Darren Kelly
committed
fix: typo
1 parent 3bc5307 commit 09ace95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Tx.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<strong>Max Priority Fee Per Gas</strong>
122122
</b-col>
123123
<b-col lg="10">
124-
<Amount class="mr-2" sym="VTHO" :dec="18">{{tx.ma}}</Amount>
124+
<Amount class="mr-2" sym="VTHO" :dec="18">{{tx.maxPriorityFeePerGas}}</Amount>
125125
</b-col>
126126
</b-row>
127127
<hr />

0 commit comments

Comments
 (0)