We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0789bf + 8972ea8 commit b4b7b62Copy full SHA for b4b7b62
src/pages/DidList.tsx
@@ -149,7 +149,7 @@ function Profile({ did, updateDids }: ProfileProps) {
149
address,
150
fee: toMojos(fee, walletState.sync.unit.decimals),
151
})
152
- .then(updateDids)
+ .then(setResponse)
153
.catch(addError)
154
.finally(() => setTransferOpen(false));
155
};
@@ -161,7 +161,7 @@ function Profile({ did, updateDids }: ProfileProps) {
161
address: walletState.sync.burn_address,
162
163
164
165
166
.finally(() => setBurnOpen(false));
167
0 commit comments