From 5af41ea6fc155f07d231e8ab62eb311d0e414b96 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 17 Nov 2025 02:58:03 +0000 Subject: [PATCH] completionId: cgen-fbc781758c6542f880dec88eb80543c6 cgen-fbc781758c6542f880dec88eb80543c6 --- client/pages/ethos/ArtistProfile.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/pages/ethos/ArtistProfile.tsx b/client/pages/ethos/ArtistProfile.tsx index 8702d6b8..eef7e056 100644 --- a/client/pages/ethos/ArtistProfile.tsx +++ b/client/pages/ethos/ArtistProfile.tsx @@ -1,5 +1,5 @@ import { useEffect, useState } from "react"; -import { useParams, Link } from "react-router-dom"; +import { useParams, Link, useNavigate } from "react-router-dom"; import Layout from "@/components/Layout"; import SEO from "@/components/SEO"; import { Button } from "@/components/ui/button"; @@ -16,6 +16,7 @@ import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"; // API Base URL for fetch requests const API_BASE = import.meta.env.VITE_API_BASE || ""; import { Star, Mail, Music, Zap, Clock } from "lucide-react"; +import { resolveIdentifierToUserId, isUUID } from "@/lib/identifier-resolver"; interface Artist { user_id: string;