From 88f2c8605e0993e2f8208392c2cb725d479fa670 Mon Sep 17 00:00:00 2001 From: roiLeo Date: Thu, 3 Oct 2024 17:09:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20list=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/gallery/GalleryItemAction/GalleryItemAction.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/gallery/GalleryItemAction/GalleryItemAction.vue b/components/gallery/GalleryItemAction/GalleryItemAction.vue index 319cd83c00..ecdd406439 100644 --- a/components/gallery/GalleryItemAction/GalleryItemAction.vue +++ b/components/gallery/GalleryItemAction/GalleryItemAction.vue @@ -16,7 +16,7 @@ @@ -29,7 +29,6 @@ import GalleryItemOffer from './GalleryItemActionType/GalleryItemOffer.vue' import GalleryItemPriceRelist from './GalleryItemActionType/GalleryItemRelist.vue' import { listVisible, offerVisible } from '@/utils/config/permission.config' import type { NFTOffer } from '@/composables/useNft' - import type { NFT } from '@/components/rmrk/service/scheme' const props = defineProps<{ @@ -41,5 +40,3 @@ const { urlPrefix } = usePrefix() const { isCurrentOwner } = useAuth() const isOwner = computed(() => isCurrentOwner(props.nft?.currentOwner)) - -