Skip to content

Commit

Permalink
fix: Transaction detail query (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek authored Aug 7, 2024
1 parent f211ebc commit 1d76ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TransactionTypeTableOracleQueryTx.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
Query
</th>
<td class="transaction-type-panel-oracle-query-tx__data">
{{ transactionData.query }}
{{ formatDecodeBase64(transactionData.query) }}
</td>
</tr>
<tr class="transaction-type-panel-oracle-query-tx__row">
Expand Down Expand Up @@ -93,7 +93,7 @@
<script setup>
import { oraclesHints } from '@/utils/hints/oraclesHints'
import AppLink from '@/components/AppLink'
import { formatAettosToAe, formatNullable } from '@/utils/format'
import { formatAettosToAe, formatDecodeBase64, formatNullable } from '@/utils/format'
defineProps({
transactionData: {
Expand Down

0 comments on commit 1d76ba0

Please sign in to comment.