Unverified Commit 844f131f authored by Valentine Wallace's avatar Valentine Wallace Committed by Tankred Hase

Fix storybook toggleMax stub.

parent 157c5ec7
......@@ -107,7 +107,7 @@ sinon.stub(invoice, 'generateUri');
const payment = new PaymentAction(store, grpc, nav, notify);
sinon.stub(payment, 'checkType');
sinon.stub(payment, 'payBitcoin');
sinon.stub(payment, 'setMax');
sinon.stub(payment, 'toggleMax');
sinon.stub(payment, 'payLightning');
sinon.stub(payment, 'initPayBitcoinConfirm');
const channel = new ChannelAction(store, grpc, nav, notify);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment