mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
remove loading editor title
This commit is contained in:
@@ -113,12 +113,14 @@ const EditorOverlay = () => {
|
||||
/>
|
||||
</View>
|
||||
|
||||
<Heading
|
||||
textBreakStrategy="balanced"
|
||||
style={{textAlign: 'center', marginBottom: 5}}
|
||||
size={SIZE.lg}>
|
||||
{loading?.title ? loading.title : 'Loading editor'}
|
||||
</Heading>
|
||||
{loading?.title ? (
|
||||
<Heading
|
||||
textBreakStrategy="balanced"
|
||||
style={{textAlign: 'center', marginBottom: 5}}
|
||||
size={SIZE.lg}>
|
||||
{loading.title}
|
||||
</Heading>
|
||||
) : null}
|
||||
|
||||
{loading?.dateEdited ? (
|
||||
<Paragraph
|
||||
|
||||
Reference in New Issue
Block a user