diff --git a/client/modules/User/components/CollectionItemRow.jsx b/client/modules/User/components/CollectionItemRow.jsx index e6f3e6d30e..40499556b5 100644 --- a/client/modules/User/components/CollectionItemRow.jsx +++ b/client/modules/User/components/CollectionItemRow.jsx @@ -3,6 +3,7 @@ import React from 'react'; import { Link } from 'react-router-dom'; import { useTranslation } from 'react-i18next'; import { useDispatch } from 'react-redux'; +import { Tooltip } from '../../../common/Tooltip'; import { removeFromCollection } from '../../IDE/actions/collections'; import { formatDateToString } from '../../../utils/formatDate'; import RemoveIcon from '../../../images/close.svg'; @@ -48,13 +49,14 @@ const CollectionItemRow = ({ collection, item, isOwner }) => {