fix errors
This commit is contained in:
@@ -38,7 +38,7 @@ export function ImportStep2Screen() {
|
||||
const followsList = setToArray(follows);
|
||||
|
||||
// update
|
||||
update.mutate(followsList);
|
||||
update.mutate([...followsList, account.pubkey]);
|
||||
|
||||
// redirect to next step
|
||||
setTimeout(() => navigate("/auth/onboarding", { replace: true }), 1200);
|
||||
@@ -47,8 +47,6 @@ export function ImportStep2Screen() {
|
||||
}
|
||||
};
|
||||
|
||||
console.log(account);
|
||||
|
||||
return (
|
||||
<div className="mx-auto w-full max-w-md">
|
||||
<div className="mb-8 text-center">
|
||||
|
||||
Reference in New Issue
Block a user