|
@@ -1189,6 +1189,7 @@ const TwitterLikeAPI = (tweet_Id) => {
|
|
export const hideBuyNFT = () => {
|
|
export const hideBuyNFT = () => {
|
|
let iframe = document.querySelector('#nftProjectId')
|
|
let iframe = document.querySelector('#nftProjectId')
|
|
iframe.style.display = 'none'
|
|
iframe.style.display = 'none'
|
|
|
|
+ iframe.src = ''
|
|
}
|
|
}
|
|
|
|
|
|
export const showBuyNFT = ({ nft_project_Id }) => {
|
|
export const showBuyNFT = ({ nft_project_Id }) => {
|