1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Chore: Removed unncessary string

This commit is contained in:
Laurent Cozic 2024-06-15 10:15:22 +01:00
parent ab819d9210
commit ec92f716de

View File

@ -162,7 +162,6 @@ const JoplinCloudScreenComponent = (props: Props) => {
{_('Authorise')} {_('Authorise')}
</Button> </Button>
</View> </View>
<Text style={styles.smallTextStyle}>{_('Or')}</Text>
<Button <Button
onPress={onCopyToClipboardClicked} onPress={onCopyToClipboardClicked}
icon='content-copy' icon='content-copy'