completionId: cgen-8dcadadd6a194fa98cb8c93c149c5621
cgen-8dcadadd6a194fa98cb8c93c149c5621
This commit is contained in:
parent
4c8b127e55
commit
5c48a06000
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export default function CreatorProfile({
|
|||
totalSteps,
|
||||
}: CreatorProfileProps) {
|
||||
const [inputValue, setInputValue] = useState("");
|
||||
const creatorData = data.creatorProfile || {
|
||||
const creatorData = data?.creatorProfile || {
|
||||
bio: "",
|
||||
skills: [],
|
||||
primaryArm: "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue