refactoring

This commit is contained in:
ammarahm-ed
2021-02-16 16:11:10 +05:00
parent 97c79ad26c
commit 06f139901b
38 changed files with 312 additions and 232 deletions

View File

@@ -445,7 +445,7 @@ const MergeEditor = () => {
<Button
width={null}
onPress={onPressSaveCopyFromPrimaryWebView}
title="Save Copy"
title="Save copy"
/>
) : null}
<View style={{width: 10}} />
@@ -590,7 +590,7 @@ const MergeEditor = () => {
width={null}
height={40}
onPress={onPressSaveCopyFromSecondaryWebView}
title="Save Copy"
title="Save copy"
/>
) : null}
<View style={{width: 10}} />