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