Skip to content

Commit

Permalink
#3508 Sorting by name collection fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prachi00 committed Jul 22, 2022
1 parent 44b185e commit 0701b1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/bsx/Offer/OfferTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
cell-class="is-vcentered is-narrow"
:label="$t('offer.collection')"
v-slot="props"
field="nft.collection.name"
sortable>
<nuxt-link :to="`/bsx/collection/${props.row.nft.collection.id}`">
<p
Expand All @@ -27,6 +28,7 @@
cell-class="is-vcentered is-narrow"
:label="$t('offer.nftName')"
v-slot="props"
field="nft.name"
sortable>
<nuxt-link :to="`/bsx/gallery/${props.row.nft.id}`">
<p
Expand Down

0 comments on commit 0701b1c

Please sign in to comment.