Skip to content

Commit

Permalink
fix: double signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
techeng322 committed Oct 8, 2024
1 parent fb71e75 commit 8ac03a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CollectDropButton/CollectDropButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const CollectDropButton = ({
onTouchStart={handleClick}
onClick={handleClick}
className={`${className} bg-darkgray py-[3px] w-full`}
disabled={loading}
>
{loading ? `Collecting...` : "Collect"}
</button>
Expand Down

0 comments on commit 8ac03a9

Please sign in to comment.