mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
refactoring
This commit is contained in:
@@ -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}} />
|
||||
|
||||
Reference in New Issue
Block a user