diff --git a/frontend/src/pages/user_page.tsx b/frontend/src/pages/user_page.tsx
index bbac8aa..2b8464a 100644
--- a/frontend/src/pages/user_page.tsx
+++ b/frontend/src/pages/user_page.tsx
@@ -18,6 +18,7 @@ import {
MdOutlineAdd,
MdOutlineArchive,
MdOutlineComment,
+ MdOutlineLock,
MdOutlinePhotoAlbum,
} from "react-icons/md";
import { useTranslation } from "../utils/i18n";
@@ -526,10 +527,10 @@ function CollectionCard({ collection }: { collection: Collection }) {