-
-
-
- {testResponse.languageProfiles.length > 0 &&
- testResponse.languageProfiles.map((language) => (
-
- ))}
-
+ {testResponse.languageProfiles && (
+
+
+
+
+
+
+ {testResponse.languageProfiles.length > 0 &&
+ testResponse.languageProfiles.map((language) => (
+
+ ))}
+
+
+ {errors.activeAnimeLanguageProfileId &&
+ touched.activeAnimeLanguageProfileId && (
+
+ {errors.activeAnimeLanguageProfileId}
+
+ )}
- {errors.activeAnimeLanguageProfileId &&
- touched.activeAnimeLanguageProfileId && (
-
- {errors.activeAnimeLanguageProfileId}
-
- )}
-
+ )}