ソースを参照

Le faltaron los brackets al final de state time

gilberto.cancel 2 年 前
コミット
e9da0179e4
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3
    0
      screens/main/StateTime.js

+ 3
- 0
screens/main/StateTime.js ファイルの表示

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