iptdevs-design-system 3.1.335 → 3.1.336
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4929,7 +4929,7 @@ class CodFormComponent {
|
|
|
4929
4929
|
<h2>Warning!</h2>
|
|
4930
4930
|
`;
|
|
4931
4931
|
if (!response.data.warning.average_score) {
|
|
4932
|
-
alertHtml += `<p>No paso el promedio final
|
|
4932
|
+
alertHtml += `<p>No paso el promedio final</p><br>`;
|
|
4933
4933
|
}
|
|
4934
4934
|
if (!response.data.warning.non_attendance) {
|
|
4935
4935
|
alertHtml += `<p>tuvo mas del 25% de inasistencias</p><br>`;
|