Skip to content

Commit

Permalink
Merge pull request #430 from GenaDrop/staging
Browse files Browse the repository at this point in the history
Added connected dao check for mint-nft
  • Loading branch information
Jikugodwill authored Sep 30, 2024
2 parents bcd8199 + 8d4502f commit 6169b90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/Mintbase/widget/Mintbase/Mini/Index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ const PageContent = () => {
return (
<Widget
src="${config_account}/widget/Mintbase.App.ContractProfilePage.Mint.Index"
props={{ contractId: accountId, isDarkModeOn }}
props={{ contractId: accountId, isDarkModeOn, connectedDao }}
/>
);
case "deploy-store":
Expand Down Expand Up @@ -431,7 +431,6 @@ const PageContent = () => {
src="${config_account}/widget/Mintbase.App.ContractProfilePage.ContractNFTs"
props={{
contractId: storeAddress,
connectedDao: connectedDao,
isDarkModeOn,
showFilters: showOwnedFilters,
}}
Expand Down

0 comments on commit 6169b90

Please sign in to comment.