Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikozet committed Jul 3, 2024
1 parent 0e973dc commit c038a7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/MigrateYourProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const MigrateYourProfile = () => {

const [isMigrateData, setIsMigrateData] = useState(false);
const [isLoading, setIsLoading] = useState(true);
const state = useSelector((state) => state);
const user = useSelector((state) => state.user);
const isMigrationAccepted = user?.isMigrationAccepted;

Expand Down

0 comments on commit c038a7d

Please sign in to comment.