浏览代码

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>