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)) - -