completionId: cgen-21309cf14d67401b97c5f8dcf35ed683
cgen-21309cf14d67401b97c5f8dcf35ed683
This commit is contained in:
parent
3d293dc368
commit
c28a584d88
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue