From 405fe690f93264d591b7a64d006314e2222c8727 Mon Sep 17 00:00:00 2001 From: arpit Date: Sun, 17 Jun 2018 20:41:31 +0530 Subject: [PATCH] Fix:Closing curly braces --- lib/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.js b/lib/utils.js index 27e793449b..8946055dac 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -182,8 +182,8 @@ function trim(str) { */ function isStandardBrowserEnv() { if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' || - navigator.product === 'NativeScript' || - navigator.product === 'NS') { + navigator.product === 'NativeScript' || + navigator.product === 'NS')) { return false; } return (