From ecb0f9767bff2ee39ef807889056daebfe349e51 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Thu, 7 Jul 2016 13:48:52 -0700 Subject: Add new test state with tx history. Fix alignment issue with transaction history text. --- ui/app/reducers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/reducers.js') diff --git a/ui/app/reducers.js b/ui/app/reducers.js index f198758ea..f8b192af3 100644 --- a/ui/app/reducers.js +++ b/ui/app/reducers.js @@ -35,6 +35,6 @@ function rootReducer (state, action) { state.appState = reduceApp(state, action) + console.log(JSON.stringify(state, null, 2)) return state } - -- cgit v1.2.3