Shalom Yerushalmy 6 år sedan
förälder
incheckning
6768876066
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      playground/src/screens/StaticLifecycleOverlay.js

+ 2
- 2
playground/src/screens/StaticLifecycleOverlay.js Visa fil

@@ -61,8 +61,8 @@ class StaticLifecycleOverlay extends Component {
61 61
     >
62 62
       <Text style={{ color: 'red', alignSelf: 'center' }}>X</Text>
63 63
     </TouchableOpacity>
64
-  )
65
-}
64
+  );
65
+  }
66 66
 }
67 67
 module.exports = StaticLifecycleOverlay;
68 68