We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10c8603 + 08f0231 commit 726f470Copy full SHA for 726f470
src/apps/wallet/src/home/tabs/payments/PaymentsTab.tsx
@@ -198,15 +198,6 @@ const PaymentsTab: FC = () => {
198
}
199
}}
200
onRemoveProvider={async function onRemoveProvider() {
201
- const transactionId = selectedPaymentProvider.transactionId
202
- if (transactionId === undefined) {
203
- toast.error(
204
- 'Something went wrong. Please try again.',
205
- { position: toast.POSITION.BOTTOM_RIGHT },
206
- )
207
- return
208
- }
209
-
210
try {
211
// eslint-disable-next-line max-len
212
const response: TransactionResponse = await removePaymentProvider(selectedPaymentProvider.type)
0 commit comments