Explorar el Código

Le faltaron los brackets al final de state time

gilberto.cancel hace 2 años
padre
commit
e9da0179e4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      screens/main/StateTime.js

+ 3
- 0
screens/main/StateTime.js Ver fichero

@@ -217,4 +217,7 @@ export default class Time extends Component{
217 217
         </ImageBackground>
218 218
       </TouchableWithoutFeedback>
219 219
     );
220
+	}
221
+
222
+}
220 223