Skip to content

Commit

Permalink
Merge pull request #855 from telosnetwork/847-there-are-more-loading-…
Browse files Browse the repository at this point in the history
…columns-than-fields-in-transaction-page

#847 | amount of loading columns for transactions page fixed
  • Loading branch information
pmjanus authored Sep 17, 2024
2 parents 8dd027b + c6e4c87 commit 90f49c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TransactionTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ onBeforeMount(() => {
<q-td key="date">
<q-skeleton type="text" class="c-trx-overview__skeleton" />
</q-td>
<q-td key="direction" >
<q-td v-if="accountAddress" key="direction">
<q-skeleton type="text" class="c-trx-overview__skeleton" />
</q-td>
<q-td key="from" class="c-transaction-table__cell">
Expand Down

0 comments on commit 90f49c3

Please sign in to comment.