Pārlūkot izejas kodu

Le faltaron los brackets al final de state time

gilberto.cancel 2 gadus atpakaļ
vecāks
revīzija
e9da0179e4
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3
    0
      screens/main/StateTime.js

+ 3
- 0
screens/main/StateTime.js Parādīt failu

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