Skip to content

Commit

Permalink
Merge pull request #416 from mhbdev/patch-1
Browse files Browse the repository at this point in the history
Update react.mdx
  • Loading branch information
reveloper authored Nov 10, 2023
2 parents 32f0910 + 76a5b60 commit 915de85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/dapps/ton-connect/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const Address = () => {
const rawAddress = useTonAddress(false);

return (
address && (
userFriendlyAddress && (
<div>
<span>User-friendly address: {userFriendlyAddress}</span>
<span>Raw address: {rawAddress}</span>
Expand Down

0 comments on commit 915de85

Please sign in to comment.