Browse Source

Le faltaron los brackets al final de state time

gilberto.cancel 2 years ago
parent
commit
e9da0179e4
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      screens/main/StateTime.js

+ 3
- 0
screens/main/StateTime.js View File

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