We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335b3bb commit 26c8bf0Copy full SHA for 26c8bf0
ui/pages/confirmations/components/confirm/footer/footer.tsx
@@ -186,8 +186,6 @@ const Footer = () => {
186
dispatch(
187
rejectPendingApproval(currentConfirmation.id, serializeError(error)),
188
);
189
- dispatch(updateCustomNonce(''));
190
- dispatch(setNextNonce(''));
191
},
192
[currentConfirmation],
193
@@ -219,8 +217,6 @@ const Footer = () => {
219
217
} else {
220
218
dispatch(resolvePendingApproval(currentConfirmation.id, undefined));
221
}
222
223
224
}, [currentConfirmation, customNonceValue]);
225
226
const onFooterCancel = useCallback(() => {
0 commit comments