diff --git a/components/admin/CSV.vue b/components/admin/CSV.vue
new file mode 100644
index 0000000..d8f53a5
--- /dev/null
+++ b/components/admin/CSV.vue
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Descargar
+
+
+
+
+
+
+
diff --git a/components/registro/CapturaDatos.vue b/components/registro/CapturaDatos.vue
index dd1be0c..832fdfd 100644
--- a/components/registro/CapturaDatos.vue
+++ b/components/registro/CapturaDatos.vue
@@ -156,7 +156,7 @@ export default {
methods: {
inscribir() {
let formData = new FormData()
- if (this.monto < 20 && this.inscripcionesUsuario.length > 0)
+ if (this.monto && this.monto < 20 && this.inscripcionesUsuario.length > 0)
this.error = true
if (!this.error) {
formData.append('idUsuario', this.datosUsuario.idUsuario)
diff --git a/pages/admin/index.vue b/pages/admin/index.vue
index 7446ecb..780853f 100644
--- a/pages/admin/index.vue
+++ b/pages/admin/index.vue
@@ -1,10 +1,5 @@
-
@@ -13,6 +8,10 @@
+
+
+
+
@@ -20,12 +19,14 @@