Skip to content

Commit

Permalink
Merge pull request #593 from us3r-network/B-replyCastActionDependenci…
Browse files Browse the repository at this point in the history
…es-shixuewen

fix: replyCastAction dependencies
  • Loading branch information
friendlysxw authored Mar 6, 2024
2 parents 89a0885 + c54362e commit 17f77b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/u3/src/container/social/FarcasterPostDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function FarcasterPostDetail() {
// setIsPending(false);
}
},
[cast, loadCastInfo]
[cast, loadCastInfo, isLoginU3, isConnected, encryptedSigner]
);

useEffect(() => {
Expand Down

0 comments on commit 17f77b3

Please sign in to comment.