Quellcode durchsuchen

Fixed and added buttons to show up in the app

luislopez66 vor 2 Jahren
Ursprung
Commit
336861738b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      MocionesIUPI/screens/MocionScreen.js

+ 1
- 1
MocionesIUPI/screens/MocionScreen.js Datei anzeigen

@@ -90,7 +90,7 @@ export default App = () => {
90 90
     getVotos();
91 91
   }, []);
92 92
 
93
-  // this is for displaying the mocion on the screen
93
+  // this is for displaying the mocion, its description, and votes' options on the screen
94 94
   return (
95 95
     <View style={{ flex: 1, padding: 24 }}>
96 96
       <Text>{Mocion}</Text>