From aea263a80d373841f89cd1ef895b80781d2f78f7 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Tue, 20 Dec 2016 16:45:22 -0800 Subject: Lint. --- ui/app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/app/config.js b/ui/app/config.js index bd828b3d5..65b1ed712 100644 --- a/ui/app/config.js +++ b/ui/app/config.js @@ -10,7 +10,7 @@ module.exports = connect(mapStateToProps)(ConfigScreen) function mapStateToProps (state) { return { metamask: state.metamask, - warning: state.appState.warning + warning: state.appState.warning, } } -- cgit