Skip to content

Commit

Permalink
Merge pull request #528 from us3r-network/F-claimBoarding-ttang
Browse files Browse the repository at this point in the history
feat: claim login check toast del
  • Loading branch information
Tonyce authored Feb 7, 2024
2 parents 0fe4cd3 + 604b952 commit 7882015
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/u3/src/hooks/social/farcaster/useFarcasterClaim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default function useFarcasterClaim({ currFid }: { currFid: number }) {

const getClaimStatus = useCallback(async () => {
if (!isLogin) {
toast.error('Please login to check claim status');
return;
}
try {
Expand Down

0 comments on commit 7882015

Please sign in to comment.