• { toggle(); setFormData({ ...formData, Verified: user.is_verified, }); }} style={{ cursor: "pointer" }} >
    {user.is_verified ? "Verified" : user.is_verified}

    Verified Status

  • { toggle(); setFormData({ ...formData, placeOfBirth: user.place_of_birth, }); }} style={{ cursor: "pointer" }} >
    {user.place_of_birth}

    Place of Birth

  • { toggle(); setFormData({ ...formData, dateOfBirth: user.date_of_birth, }); }} style={{ cursor: "pointer" }} >
    {user.date_of_birth}

    Date of Birth

  • { toggle(); setFormData({ ...formData, countryOfBirth: user.country_of_birth, }); }} style={{ cursor: "pointer" }} >
    {user.country_of_birth}

    Country of Birth

  • { toggle(); setFormData({ ...formData, City: user.city, }); }} style={{ cursor: "pointer" }} >
    {user.city}

    City

  • { toggle(); setFormData({ ...formData, State: user.state, }); }} style={{ cursor: "pointer" }} >
    {user.state}

    State

  • { toggle(); setFormData({ ...formData, zipCode: user.zipcode, }); }} style={{ cursor: "pointer" }} >
    {user.zipcode}

    ZipCode

  • { toggle(); setFormData({ ...formData, Language: user.default_language, }); }} style={{ cursor: "pointer" }} >
    {user.default_language}

    Language

  • { toggle(); setFormData({ ...formData, homeAddress: user.address, }); }} style={{ cursor: "pointer" }} >
    {user.address}

    Home Address