Browse Source

Fixed and added buttons to show up in the app

luislopez66 2 years ago
parent
commit
336861738b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      MocionesIUPI/screens/MocionScreen.js

+ 1
- 1
MocionesIUPI/screens/MocionScreen.js View File

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