fix broken compile
This commit is contained in:
parent
9b04d8bf35
commit
efb5bf9de4
@ -160,7 +160,7 @@ export function useComponentState({
|
||||
onSuccess(resp.transactionId);
|
||||
} catch (e) {
|
||||
if (e instanceof TalerError) {
|
||||
setOperationError(e.errorDetail);
|
||||
// setOperationError(e.errorDetail);
|
||||
}
|
||||
console.error(e);
|
||||
throw Error("error trying to accept");
|
||||
|
Loading…
Reference in New Issue
Block a user