diff --git a/src/components/Subscription.vue b/src/components/Subscription.vue
index 6c94045..24b4b44 100644
--- a/src/components/Subscription.vue
+++ b/src/components/Subscription.vue
@@ -9,7 +9,7 @@
>
{{ sender.getDisplayName() }}
- {{ sender.getVerifiedEthereumAddress() || '?' }}
+ {{ walletAddress ? walletAddress.toLowerCase() : '?' }}
![]()
@@ -222,11 +222,6 @@ async function checkSubscription() {
sender = new ProfileWrapper(profiles[0])
} else {
console.warn("can't find profile by wallet address")
- sender.identity_proofs = [{
- name: "$ETH",
- value: walletAddress.toLowerCase(),
- verified_at: null,
- }]
}
const signer = getSigner()
isLoading = true