Skip to content

Commit

Permalink
Merge pull request #1215 from roiLeo/hotfix/indexguard
Browse files Browse the repository at this point in the history
hotfix(GalleryItem): avaible actions not showing
  • Loading branch information
yangwao authored Nov 20, 2021
2 parents f02980f + 16179cf commit e51cdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/rmrk/Gallery/GalleryItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</div> -->
<div class="content pt-4">
<p class="subtitle">
<IndexerGuard show-message class="pb-4" v-if="nft.currentOwner !== accountId">
<IndexerGuard show-message class="pb-4">
<AvailableActions
ref="actions"
:account-id="accountId"
Expand Down

0 comments on commit e51cdf4

Please sign in to comment.