diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme
index 4d42dc329c10212f7aabf210cd3fcfeb724aa12a..afb159902b9956b74bef8a1edc1b3898086b60fb 100644
--- a/uw_fdsu_theme_resp.theme
+++ b/uw_fdsu_theme_resp.theme
@@ -740,8 +740,5 @@ function uw_fdsu_theme_resp_preprocess_details(&$variables) {
     if (isset($variables['element'][0]['#attributes']['data-drupal-selector'])) {
       $variables['form_field_id'] = $variables['element'][0]['#attributes']['data-drupal-selector'];
     }
-    elseif (isset($variables['element']['#attributes']['data-drupal-selector'])) {
-      $variables['form_field_id'] = $variables['element']['#attributes']['data-drupal-selector'];
-    }
   }
 }