Преглед на файлове

Fixed and added buttons to show up in the app

luislopez66 преди 2 години
родител
ревизия
336861738b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      MocionesIUPI/screens/MocionScreen.js

+ 1
- 1
MocionesIUPI/screens/MocionScreen.js Целия файл

@@ -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>