From c28a584d887c43316f0924fb70b040cfb823dbb0 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 12 Nov 2025 02:32:29 +0000 Subject: [PATCH] completionId: cgen-21309cf14d67401b97c5f8dcf35ed683 cgen-21309cf14d67401b97c5f8dcf35ed683 --- client/pages/ethos/ArtistSettings.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/pages/ethos/ArtistSettings.tsx b/client/pages/ethos/ArtistSettings.tsx index 4d780316..ce398acf 100644 --- a/client/pages/ethos/ArtistSettings.tsx +++ b/client/pages/ethos/ArtistSettings.tsx @@ -76,6 +76,8 @@ export default function ArtistSettings() { const [isSubmittingVerification, setIsSubmittingVerification] = useState(false); const [submissionNotes, setSubmissionNotes] = useState(""); const [portfolioLinks, setPortfolioLinks] = useState(""); + const [showLicenseModal, setShowLicenseModal] = useState(false); + const [isAcceptingLicense, setIsAcceptingLicense] = useState(false); useEffect(() => { if (!user) {