Skip to content

Commit

Permalink
Merge pull request #41 from GenaDrop/stagging
Browse files Browse the repository at this point in the history
Stagging to main
  • Loading branch information
Ebube111 authored Dec 19, 2023
2 parents 498cf5d + 3db42e8 commit 8be54e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/BosGenaDrop/widget/CPlanet/DropsFund/Contest/Rules.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ return (
</div>
)}
</ContainerTwo>
{openModal && (
{!openModal && (
<Popup>
<PopupContent>
<div className="cancel-button">
Expand All @@ -466,7 +466,7 @@ return (
</div>
<div className="select-nft">
<Widget
src="sainthiago.near/widget/nft-selector"
src="agwaze.near/widget/nft-selector"
props={{
accountId: context.accountId,
onChange: handleArtSelection,
Expand Down
4 changes: 2 additions & 2 deletions build/BosGenaDrop/src/CPlanet/DropsFund/Contest/Rules.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ return (
</div>
)}
</ContainerTwo>
{openModal && (
{!openModal && (
<Popup>
<PopupContent>
<div className="cancel-button">
Expand All @@ -466,7 +466,7 @@ return (
</div>
<div className="select-nft">
<Widget
src="sainthiago.near/widget/nft-selector"
src="agwaze.near/widget/nft-selector"
props={{
accountId: context.accountId,
onChange: handleArtSelection,
Expand Down

0 comments on commit 8be54e9

Please sign in to comment.