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