Skip to content

Commit

Permalink
Merge pull request #1236 from jumperexchange/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
oktapodia authored Aug 13, 2024
2 parents 34c38a5 + 00b6551 commit ab2221b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ export const SignatureCTA = ({ signature }: SignatureCtaProps) => {
fontWeight={700}
marginLeft={'16px'}
>
{'You are a turtle club member.'}
{
'Congrats, you are a Turtle Club member now. Pour some whisky and enjoy the boosted yields on your existing DeFi positions.'
}
</SoraTypography>
</CTAExplanationBox>
</SeveralMissionCtaContainer>
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useMissionsAPY.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface MerklApyRes {
endTimestamp: number;
}

export const useMissionsAPY = (CTAs: CTALinkInt[]): useMissionsAPYRes => {
export const useMissionsAPY = (CTAs: CTALinkInt[] = []): useMissionsAPYRes => {
const MERKL_CAMPAIGN_API = `${MERKL_API}/campaigns?chainIds=${ACTIVE_CHAINS.join(',')}&creatorTag=${CREATOR_TAG}`;

const { data, isSuccess, isLoading } = useQuery({
Expand Down

1 comment on commit ab2221b

@vercel
Copy link

@vercel vercel bot commented on ab2221b Aug 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.