You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: app/components/NoteList/NoteListItem.js
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -104,10 +104,11 @@ class NoteListItem extends Component {
104
104
style={styles.noteList}
105
105
onPress={this.onNotePress}>
106
106
<Viewstyle={styles.noteItemSectionLeft}>
107
-
<TextnumberOfLines={2}ellipsizeMode="tail"style={content!=='Tap here and write something!' ? styles.noteListText : styles.noteListTextNone}>{removeMd(content)}</Text>
107
+
<TextnumberOfLines={2}ellipsizeMode="tail"style={content!=='Tap here and write something!' ? styles.noteListText : styles.noteListTextNone}>{removeMd(content)}</Text>
0 commit comments