completionId: cgen-aed0801d027c48b2b33a4748a58ff21c
cgen-aed0801d027c48b2b33a4748a58ff21c
This commit is contained in:
parent
45136cd51e
commit
d56732abb4
1 changed files with 4 additions and 0 deletions
|
|
@ -243,6 +243,10 @@ export default function Onboarding() {
|
|||
...prev.interests,
|
||||
...(newData.interests ?? {}),
|
||||
},
|
||||
creatorProfile: {
|
||||
...prev.creatorProfile,
|
||||
...(newData.creatorProfile ?? {}),
|
||||
},
|
||||
}));
|
||||
}, []);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue