From 05080d1c50edda0ab59fa9127fa471173d850dc7 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 20 Feb 2017 23:33:21 -0800 Subject: Fix UI Dev Mode for Tx Approval The state object had been changed, but our mock states for tx approval were using the old keys. Rather than try to muck about and figure out each and every change, I've re-generated a UI dev state for tx approval, which should help @zanibas on his current project. We can continue adding new dev states as needed from here. If anyone catches a state that doesn't render correctly, it's worth checking if a new snapshot doesn't solve things. Debugged by adding new debugging loggers, and I've left them in place for easier future debugging. --- mock-dev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mock-dev.js') diff --git a/mock-dev.js b/mock-dev.js index d316aeeba..8e1923a82 100644 --- a/mock-dev.js +++ b/mock-dev.js @@ -28,7 +28,7 @@ const noop = function () {} const log = require('loglevel') window.log = log -log.setLevel('info') +log.setLevel('debug') // // Query String -- cgit