diff --git gigya.module gigya.module
index d3fb93e..cab6476 100644
--- gigya.module
+++ gigya.module
@@ -871,6 +871,7 @@ function gigya_user_view($account, $view_mode) {
       );
       $account->content['gigya'][$network['provider']]['bio'] = array(
         '#type' => 'user_profile_item',
+        '#title' => '',
         '#markup' => theme('gigya_user_profile', array('bio' => $network)),
       );
     }
