From 717a78483cb5b7a00e4271b80d6f550381034d20 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Wed, 5 Oct 2016 11:36:07 -0700 Subject: [PATCH] Import `isEmpty` from root module directly. See #6539. See https://github.com/Automattic/wp-calypso/pull/8414/files#r81896999 --- client/my-sites/upgrades/components/form/state-select.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/my-sites/upgrades/components/form/state-select.jsx b/client/my-sites/upgrades/components/form/state-select.jsx index 4e67afb80e255..609e6735d5a08 100644 --- a/client/my-sites/upgrades/components/form/state-select.jsx +++ b/client/my-sites/upgrades/components/form/state-select.jsx @@ -4,7 +4,7 @@ import React, { Component, PropTypes } from 'react'; import classNames from 'classnames'; import { connect } from 'react-redux'; -import isEmpty from 'lodash/isEmpty'; +import { isEmpty } from 'lodash'; import { localize } from 'i18n-calypso'; import ReactDom from 'react-dom';