We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0789bf commit 8972ea8Copy full SHA for 8972ea8
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