Skip to content

Commit 2d92af0

Browse files
committed
chore: revert test code overrides
1 parent 571ed2a commit 2d92af0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/thirdweb/src/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ function LinkedProfile({
131131
}) {
132132
const { data: socialProfiles } = useSocialProfiles({
133133
client,
134-
address: profile.details.address
135-
? "0x225f137127d9067788314bc7fcc1f36746a3c3B5"
136-
: undefined,
134+
address: profile.details.address,
137135
});
138136
const queryClient = useQueryClient();
139137
const { mutate: unlinkProfileMutation, isPending } = useMutation({

0 commit comments

Comments
 (0)