Skip to content

Commit

Permalink
Import isEmpty from root module directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
obenland committed Oct 5, 2016
1 parent 8e0e9f2 commit 717a784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/upgrades/components/form/state-select.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 717a784

Please sign in to comment.