diff --git a/src/webui/src/components/PackageSidebar/modules/Dependencies/index.jsx b/src/webui/src/components/PackageSidebar/modules/Dependencies/index.jsx index 8ae266ffa..d573612a3 100644 --- a/src/webui/src/components/PackageSidebar/modules/Dependencies/index.jsx +++ b/src/webui/src/components/PackageSidebar/modules/Dependencies/index.jsx @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import get from 'lodash/size'; +import get from 'lodash/get'; import Module from '../../Module'; import classes from './style.scss';