From e8c88a55512a22b14fd453c72f744abd48977e64 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 25 May 2016 15:39:18 -0700 Subject: Fix persistent warning bug --- ui/app/reducers/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui') diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js index a29a8f79c..493246a35 100644 --- a/ui/app/reducers/app.js +++ b/ui/app/reducers/app.js @@ -152,6 +152,7 @@ function reduceApp(state, action) { privateKey: '', }, transForward: false, + warning: null, }) case actions.SHOW_ACCOUNT_DETAIL: -- cgit