Browse Source

Removing duplicate warning in SharingData while not logged

master
GabrielTrettel 3 years ago
parent
commit
d93448094e
  1. 15
      src/app/screens/SharingDataScreen.js

15
src/app/screens/SharingDataScreen.js

@ -79,21 +79,6 @@ function SharingDataScreen({ navigation }) {
/>
</View>
</ScrollView>
{!isRegistered && (
<Text
style={{
color: colors.lightBlue,
fontWeight: "bold",
alignSelf: "center",
position: "absolute",
bottom: 0,
padding: 24,
textAlign: "center",
}}
>
Para enviar uma informação, faça o login ou cadastre-se
</Text>
)}
</View>
);
}

Loading…
Cancel
Save