Skip to content

Commit

Permalink
Import lodash find
Browse files Browse the repository at this point in the history
Exposed by ie11 tests. Browser window.find was being used.
  • Loading branch information
sirreal committed Sep 10, 2018
1 parent 10fe323 commit 725dbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/checklist/wpcom-checklist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import page from 'page';
import PropTypes from 'prop-types';
import React, { PureComponent } from 'react';
import { connect } from 'react-redux';
import { compact, get } from 'lodash';
import { compact, find, get } from 'lodash';
import { isDesktop } from 'lib/viewport';
import { localize } from 'i18n-calypso';

Expand Down

0 comments on commit 725dbaf

Please sign in to comment.