7474 </div >
7575
7676 <template v-if =" detailVisible && ! nft .burned " >
77- <PackSaver v-if =" accountId" :accountId =" accountId" :currentOwnerId =" nft.currentOwner" :nftId =" nft.id" />
77+ <!-- < PackSaver v-if="accountId" :accountId="accountId" :currentOwnerId="nft.currentOwner" :nftId="nft.id" /> -- >
7878 <b-collapse class =" card mb-4" animation =" slide"
7979 aria-id =" contentIdForA11y3" :open =" false" >
8080 <template #trigger =" props " >
126126
127127<script lang="ts" >
128128import { Component , Vue } from ' vue-property-decorator' ;
129- import { getInstance } from ' @/components/rmrk/service/RmrkService' ;
130129// import MarkdownItVueLight from 'markdown-it-vue';
131130import ' markdown-it-vue/dist/markdown-it-vue-light.css'
132131import { NFT , NFTMetadata , Emotion , Emote } from ' ../service/scheme' ;
@@ -177,7 +176,7 @@ import { exist } from './Search/exist';
177176 Sharing : () => import (' @/components/rmrk/Gallery/Item/Sharing.vue' ),
178177 Appreciation : () => import (' ./Appreciation.vue' ),
179178 MediaResolver : () => import (' ../Media/MediaResolver.vue' ),
180- PackSaver : () => import (' ../Pack/PackSaver.vue' ),
179+ // PackSaver: () => import('../Pack/PackSaver.vue'),
181180 BaseCommentSection : () => import (' @/components/subsocial/BaseCommentSection.vue' )
182181 }
183182})
@@ -201,12 +200,6 @@ export default class GalleryItem extends Vue {
201200
202201 public async created() {
203202 this .checkId ();
204- const rmrkService = getInstance ();
205- console .log (' rmrkService' , rmrkService )
206- if (! rmrkService || ! this .id ) {
207- return ;
208- }
209-
210203 exist (this .$route .query .message , (val ) => {
211204 this .message = val === ' congrats' ? val : ' '
212205 this .$router .replace (
0 commit comments