diff --git a/client/src/components/Profile/UserNotificationFeed/UserBoughtYourAlbum.tsx b/client/src/components/Profile/UserNotificationFeed/UserBoughtYourAlbum.tsx index 474b0883c..57fbf74a8 100644 --- a/client/src/components/Profile/UserNotificationFeed/UserBoughtYourAlbum.tsx +++ b/client/src/components/Profile/UserNotificationFeed/UserBoughtYourAlbum.tsx @@ -3,7 +3,11 @@ import React from "react"; import { useTranslation } from "react-i18next"; import { FaChevronRight } from "react-icons/fa"; import { Link } from "react-router-dom"; -import { getArtistUrl, getTrackGroupUrlReference } from "utils/artist"; +import { + getArtistUrl, + getReleaseUrl, + getTrackGroupUrlReference, +} from "utils/artist"; const UserBoughtYourAlbum: React.FC<{ notification: Notification }> = ({ notification, @@ -25,7 +29,10 @@ const UserBoughtYourAlbum: React.FC<{ notification: Notification }> = ({ : {notification.trackGroup.title}